Html Css Color HEX #89185B Rose Bud Cherry

📋 copy color: '#89185B'

red 137 ◦ green 24 ◦ blue 91

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

Shades of Rose Bud Cherry #89185B

Tints of Rose Bud Cherry #89185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 54.37%
G = 9.52%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89185B (or 0x89185B) is known color: Rose Bud Cherry. HEX triplet: 89, 18 and 5B. RGB value is (137,24,91). Sum of RGB (Red+Green+Blue) = 137+24+91=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89185B is #76E7A4. Grayscale: #414141. Windows color (decimal): -7792549 or 5970057. OLE color: 5970057.

HSL color Cylindrical-coordinate representation of color #89185B: hue angle of 324.42º degrees, saturation: 0.7, 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 #89185B is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 24 91 -
CMYK 0 0.82 0.34 0.46
HSL 324.42º 0.7% 0.32% -
HSV(B) 324.42º 0.82% 0.54% -
XYZ 12.53 6.73 10.54 -
YUV 65.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 137 24 91 0 0.82 0.34 0.46 324.42 0.7 0.32
Hex 89 18 5B 0 52 22 2E 144 46 20
Octal 211 30 133 0 122 42 56 504 106 40
Binary 10001001 11000 1011011 0 1010010 100010 101110 101000100 1000110 100000

Color Harmonies of #89185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89185B

Black with #89185B

Text Example


Text Example

White with #89185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,24,91); }

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

background-color css

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

 a { background-color: rgb(137,24,91); }

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

border-color css

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

 span { border-color: rgb(137,24,91); }

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