#891650

Color #891650 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #891650

Tints of Rose Bud Cherry #891650

Color information

#891650 (or 0x891650) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 16 and 50. RGB value is (137,22,80). Sum of RGB (Red+Green+Blue) = 137+22+80=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #891650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891650 is #76E9AF. Grayscale: #3E3E3E. Windows color (decimal): -7793072 or 5248649. OLE color: 5248649.

HSL color Cylindrical-coordinate representation of color #891650: hue angle of 329.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891650 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1372280-
CMYK00.840.420.46
HSL329.74º72.33%31.18%-
HSV(B)329.74º83.94%53.73%-
XYZ12.056.478.2-
YUV63137.6180.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 57.32%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=57.32%
G=9.21%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137228000.840.420.46329.7472.3331.18
Hex8916500542A2E14a481f
Octal211261200124525651211037
Binary1000100110110101000001010100101010101110101001010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891650; }

 p { color: rgb(137,22,80); }

 H1.HeaderClassName
 {
   color: #891650;
 }
 .AnyTagClassName
 {
   color: #891650;
 }
</style>
background-color css

<style>
 a { background-color: #891650; }

 a { background-color: rgb(137,22,80); }

 div.DivClassName
 {
   background-color: #891650;
 }
 .BgClassName
 {
   background-color: #891650;
 }
</style>
border-color css

<style>
 span { border-color: #891650; }

 span { border-color: rgb(137,22,80); }

 td.TdClassName
 {
   border-color: #891650;
 }
 .TagClassName
 {
   border-color: #891650;
 }
</style>