Html Css Color HEX #891550 Rose Bud Cherry

📋 copy color: '#891550'

red 137 ◦ green 21 ◦ blue 80

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

Shades of Rose Bud Cherry #891550

Tints of Rose Bud Cherry #891550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 57.56%
G = 8.82%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#891550 (or 0x891550) is known color: Rose Bud Cherry. HEX triplet: 89, 15 and 50. RGB value is (137,21,80). Sum of RGB (Red+Green+Blue) = 137+21+80=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #891550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891550 is #76EAAF. Grayscale: #3E3E3E. Windows color (decimal): -7793328 or 5248393. OLE color: 5248393.

HSL color Cylindrical-coordinate representation of color #891550: hue angle of 329.48º degrees, saturation: 0.73, 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 #891550 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 21 80 -
CMYK 0 0.85 0.42 0.46
HSL 329.48º 0.73% 0.31% -
HSV(B) 329.48º 0.85% 0.54% -
XYZ 12.03 6.43 8.2 -
YUV 62.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 137 21 80 0 0.85 0.42 0.46 329.48 0.73 0.31
Hex 89 15 50 0 55 2A 2E 149 49 1F
Octal 211 25 120 0 125 52 56 511 111 37
Binary 10001001 10101 1010000 0 1010101 101010 101110 101001001 1001001 11111

Color Harmonies of #891550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891550

Black with #891550

Text Example


Text Example

White with #891550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891550; }

 p { color: rgb(137,21,80); }

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

background-color css

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

 a { background-color: rgb(137,21,80); }

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

border-color css

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

 span { border-color: rgb(137,21,80); }

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