Html Css Color HEX #89144E Rose Bud Cherry

📋 copy color: '#89144E'

red 137 ◦ green 20 ◦ blue 78

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

Shades of Rose Bud Cherry #89144E

Tints of Rose Bud Cherry #89144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 58.3%
G = 8.51%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#89144E (or 0x89144E) is known color: Rose Bud Cherry. HEX triplet: 89, 14 and 4E. RGB value is (137,20,78). Sum of RGB (Red+Green+Blue) = 137+20+78=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89144E is #76EBB1. Grayscale: #3D3D3D. Windows color (decimal): -7793586 or 5117065. OLE color: 5117065.

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

Color convert

RGB 137 20 78 -
CMYK 0 0.85 0.43 0.46
HSL 330.26º 0.75% 0.31% -
HSV(B) 330.26º 0.85% 0.54% -
XYZ 11.94 6.37 7.81 -
YUV 61.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 137 20 78 0 0.85 0.43 0.46 330.26 0.75 0.31
Hex 89 14 4E 0 55 2B 2E 14A 4B 1F
Octal 211 24 116 0 125 53 56 512 113 37
Binary 10001001 10100 1001110 0 1010101 101011 101110 101001010 1001011 11111

Color Harmonies of #89144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89144E

Black with #89144E

Text Example


Text Example

White with #89144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89144E;
 }
 .AnyTagClassName
 {
   color: #89144E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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