Html Css Color HEX #891850 Rose Bud Cherry

📋 copy color: '#891850'

red 137 ◦ green 24 ◦ blue 80

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

Shades of Rose Bud Cherry #891850

Tints of Rose Bud Cherry #891850

RGB

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

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

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

R = 56.85%
G = 9.96%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#891850 (or 0x891850) is known color: Rose Bud Cherry. HEX triplet: 89, 18 and 50. RGB value is (137,24,80). Sum of RGB (Red+Green+Blue) = 137+24+80=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #891850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891850 is #76E7AF. Grayscale: #404040. Windows color (decimal): -7792560 or 5249161. OLE color: 5249161.

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

Color convert

RGB 137 24 80 -
CMYK 0 0.82 0.42 0.46
HSL 330.27º 0.7% 0.32% -
HSV(B) 330.27º 0.82% 0.54% -
XYZ 12.09 6.55 8.22 -
YUV 64.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 137 24 80 0 0.82 0.42 0.46 330.27 0.7 0.32
Hex 89 18 50 0 52 2A 2E 14A 46 20
Octal 211 30 120 0 122 52 56 512 106 40
Binary 10001001 11000 1010000 0 1010010 101010 101110 101001010 1000110 100000

Color Harmonies of #891850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891850

Black with #891850

Text Example


Text Example

White with #891850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891850; }

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

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

background-color css

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

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

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

border-color css

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

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

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