Html Css Color HEX #89114F Rose Bud Cherry

📋 copy color: '#89114F'

red 137 ◦ green 17 ◦ blue 79

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

Shades of Rose Bud Cherry #89114F

Tints of Rose Bud Cherry #89114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 58.8%
G = 7.3%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#89114F (or 0x89114F) is known color: Rose Bud Cherry. HEX triplet: 89, 11 and 4F. RGB value is (137,17,79). Sum of RGB (Red+Green+Blue) = 137+17+79=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89114F is #76EEB0. Grayscale: #3B3B3B. Windows color (decimal): -7794353 or 5181833. OLE color: 5181833.

HSL color Cylindrical-coordinate representation of color #89114F: hue angle of 329º 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 #89114F is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 79 -
CMYK 0 0.88 0.42 0.46
HSL 329º 0.78% 0.3% -
HSV(B) 329º 0.88% 0.54% -
XYZ 11.93 6.28 7.98 -
YUV 59.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 137 17 79 0 0.88 0.42 0.46 329 0.78 0.3
Hex 89 11 4F 0 58 2A 2E 149 4E 1E
Octal 211 21 117 0 130 52 56 511 116 36
Binary 10001001 10001 1001111 0 1011000 101010 101110 101001001 1001110 11110

Color Harmonies of #89114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89114F

Black with #89114F

Text Example


Text Example

White with #89114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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