#89184E

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

Shades of Rose Bud Cherry #89184E

Tints of Rose Bud Cherry #89184E

Color information

#89184E (or 0x89184E) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 18 and 4E. RGB value is (137,24,78). Sum of RGB (Red+Green+Blue) = 137+24+78=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #89184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89184E is #76E7B1. Grayscale: #3F3F3F. Windows color (decimal): -7792562 or 5118089. OLE color: 5118089.

HSL color Cylindrical-coordinate representation of color #89184E: hue angle of 331.33º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89184E is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1372478-
CMYK00.820.430.46
HSL331.33º70.19%31.57%-
HSV(B)331.33º82.48%53.73%-
XYZ12.026.527.83-
YUV63.94135.94180.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.32%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=57.32%
G=10.04%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137247800.820.430.46331.3370.1931.57
Hex89184E0522B2E14b4620
Octal211301160122535651310640
Binary10001001110001001110010100101010111011101010010111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89184E; }

 p { color: rgb(137,24,78); }

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

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

 a { background-color: rgb(137,24,78); }

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

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

 span { border-color: rgb(137,24,78); }

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