#89164D

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

Shades of Rose Bud Cherry #89164D

Tints of Rose Bud Cherry #89164D

Color information

#89164D (or 0x89164D) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 16 and 4D. RGB value is (137,22,77). Sum of RGB (Red+Green+Blue) = 137+22+77=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89164D is #76E9B2. Grayscale: #3E3E3E. Windows color (decimal): -7793075 or 5052041. OLE color: 5052041.

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

Color convert

RGB1372277-
CMYK00.840.440.46
HSL331.3º72.33%31.18%-
HSV(B)331.3º83.94%53.73%-
XYZ11.946.437.63-
YUV62.66136.1181.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=58.05%
G=9.32%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137227700.840.440.46331.372.3331.18
Hex89164D0542C2E14b481f
Octal211261150124545651311037
Binary1000100110110100110101010100101100101110101001011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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