Html Css Color HEX #89134B Rose Bud Cherry

📋 copy color: '#89134B'

red 137 ◦ green 19 ◦ blue 75

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

Shades of Rose Bud Cherry #89134B

Tints of Rose Bud Cherry #89134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 59.31%
G = 8.23%
B = 32.47%

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

#89134B (or 0x89134B) is known color: Rose Bud Cherry. HEX triplet: 89, 13 and 4B. RGB value is (137,19,75). Sum of RGB (Red+Green+Blue) = 137+19+75=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89134B is #76ECB4. Grayscale: #3C3C3C. Windows color (decimal): -7793845 or 4920201. OLE color: 4920201.

HSL color Cylindrical-coordinate representation of color #89134B: hue angle of 331.53º 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 #89134B is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 75 -
CMYK 0 0.86 0.45 0.46
HSL 331.53º 0.76% 0.31% -
HSV(B) 331.53º 0.86% 0.54% -
XYZ 11.82 6.29 7.25 -
YUV 60.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 137 19 75 0 0.86 0.45 0.46 331.53 0.76 0.31
Hex 89 13 4B 0 56 2D 2E 14C 4C 1F
Octal 211 23 113 0 126 55 56 514 114 37
Binary 10001001 10011 1001011 0 1010110 101101 101110 101001100 1001100 11111

Color Harmonies of #89134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89134B

Black with #89134B

Text Example


Text Example

White with #89134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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