Html Css Color HEX #89114C Rose Bud Cherry

📋 copy color: '#89114C'

red 137 ◦ green 17 ◦ blue 76

#89114C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #89114C

Tints of Rose Bud Cherry #89114C

RGB

 RED value IS 137 (53.91% from 255) = 59.57%

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 59.57%
G = 7.39%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89114C (or 0x89114C) is known color: Rose Bud Cherry. HEX triplet: 89, 11 and 4C. RGB value is (137,17,76). Sum of RGB (Red+Green+Blue) = 137+17+76=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89114C is #76EEB3. Grayscale: #3B3B3B. Windows color (decimal): -7794356 or 4985225. OLE color: 4985225.

HSL color Cylindrical-coordinate representation of color #89114C: hue angle of 330.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89114C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 76 -
CMYK 0 0.88 0.45 0.46
HSL 330.5º 0.78% 0.3% -
HSV(B) 330.5º 0.88% 0.54% -
XYZ 11.82 6.24 7.42 -
YUV 59.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 137 17 76 0 0.88 0.45 0.46 330.5 0.78 0.3
Hex 89 11 4C 0 58 2D 2E 14A 4E 1E
Octal 211 21 114 0 130 55 56 512 116 36
Binary 10001001 10001 1001100 0 1011000 101101 101110 101001010 1001110 11110

Color Harmonies of #89114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89114C

Black with #89114C

Text Example


Text Example

White with #89114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89114C; }

 p { color: rgb(137,17,76); }

 H1.HeaderClassName
 {
   color: #89114C;
 }
 .AnyTagClassName
 {
   color: #89114C;
 }
</style>

background-color css

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

 a { background-color: rgb(137,17,76); }

 div.DivClassName
 {
   background-color: #89114C;
 }
 .BgClassName
 {
   background-color: #89114C;
 }
</style>

border-color css

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

 span { border-color: rgb(137,17,76); }

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