#891454

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

Shades of Rose Bud Cherry #891454

Tints of Rose Bud Cherry #891454

Color information

#891454 (or 0x891454) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 14 and 54. RGB value is (137,20,84). Sum of RGB (Red+Green+Blue) = 137+20+84=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #891454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891454 is #76EBAB. Grayscale: #3E3E3E. Windows color (decimal): -7793580 or 5510281. OLE color: 5510281.

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

Color convert

RGB1372084-
CMYK00.850.390.46
HSL327.18º74.52%30.78%-
HSV(B)327.18º85.4%53.73%-
XYZ12.176.468.99-
YUV62.28140.26181.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=56.85%
G=8.30%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137208400.850.390.46327.1874.5230.78
Hex891454055272E1474b1f
Octal211241240125475650711337
Binary1000100110100101010001010101100111101110101000111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891454; }

 p { color: rgb(137,20,84); }

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

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

 a { background-color: rgb(137,20,84); }

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

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

 span { border-color: rgb(137,20,84); }

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