Html Css Color HEX #89194D Rose Bud Cherry

📋 copy color: '#89194D'

red 137 ◦ green 25 ◦ blue 77

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

Shades of Rose Bud Cherry #89194D

Tints of Rose Bud Cherry #89194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 57.32%
G = 10.46%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#89194D (or 0x89194D) is known color: Rose Bud Cherry. HEX triplet: 89, 19 and 4D. RGB value is (137,25,77). Sum of RGB (Red+Green+Blue) = 137+25+77=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #89194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89194D is #76E6B2. Grayscale: #404040. Windows color (decimal): -7792307 or 5052809. OLE color: 5052809.

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

Color convert

RGB 137 25 77 -
CMYK 0 0.82 0.44 0.46
HSL 332.14º 0.69% 0.32% -
HSV(B) 332.14º 0.82% 0.54% -
XYZ 12 6.55 7.65 -
YUV 64.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 137 25 77 0 0.82 0.44 0.46 332.14 0.69 0.32
Hex 89 19 4D 0 52 2C 2E 14C 45 20
Octal 211 31 115 0 122 54 56 514 105 40
Binary 10001001 11001 1001101 0 1010010 101100 101110 101001100 1000101 100000

Color Harmonies of #89194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89194D

Black with #89194D

Text Example


Text Example

White with #89194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89194D;
 }
 .AnyTagClassName
 {
   color: #89194D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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