Html Css Color HEX #89134C Rose Bud Cherry

📋 copy color: '#89134C'

red 137 ◦ green 19 ◦ blue 76

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

Shades of Rose Bud Cherry #89134C

Tints of Rose Bud Cherry #89134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

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

R = 59.05%
G = 8.19%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89134C (or 0x89134C) is known color: Rose Bud Cherry. HEX triplet: 89, 13 and 4C. RGB value is (137,19,76). Sum of RGB (Red+Green+Blue) = 137+19+76=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89134C is #76ECB3. Grayscale: #3C3C3C. Windows color (decimal): -7793844 or 4985737. OLE color: 4985737.

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

Color convert

RGB 137 19 76 -
CMYK 0 0.86 0.45 0.46
HSL 331.02º 0.76% 0.31% -
HSV(B) 331.02º 0.86% 0.54% -
XYZ 11.85 6.31 7.43 -
YUV 60.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 137 19 76 0 0.86 0.45 0.46 331.02 0.76 0.31
Hex 89 13 4C 0 56 2D 2E 14B 4C 1F
Octal 211 23 114 0 126 55 56 513 114 37
Binary 10001001 10011 1001100 0 1010110 101101 101110 101001011 1001100 11111

Color Harmonies of #89134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89134C

Black with #89134C

Text Example


Text Example

White with #89134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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