#89184D

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

Shades of Rose Bud Cherry #89184D

Tints of Rose Bud Cherry #89184D

Color information

#89184D (or 0x89184D) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 18 and 4D. RGB value is (137,24,77). Sum of RGB (Red+Green+Blue) = 137+24+77=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #89184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89184D is #76E7B2. Grayscale: #3F3F3F. Windows color (decimal): -7792563 or 5052553. OLE color: 5052553.

HSL color Cylindrical-coordinate representation of color #89184D: hue angle of 331.86º 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 #89184D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1372477-
CMYK00.820.440.46
HSL331.86º70.19%31.57%-
HSV(B)331.86º82.48%53.73%-
XYZ11.986.517.65-
YUV63.83135.44180.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.56%
GREEN value IS 24 (9.77% from 255) = 10.08%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=57.56%
G=10.08%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137247700.820.440.46331.8670.1931.57
Hex89184D0522C2E14c4620
Octal211301150122545651410640
Binary10001001110001001101010100101011001011101010011001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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