Html Css Color HEX #891650 Rose Bud Cherry

📋 copy color: '#891650'

red 137 ◦ green 22 ◦ blue 80

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

Shades of Rose Bud Cherry #891650

Tints of Rose Bud Cherry #891650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

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

R = 57.32%
G = 9.21%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#891650 (or 0x891650) is known color: Rose Bud Cherry. HEX triplet: 89, 16 and 50. RGB value is (137,22,80). Sum of RGB (Red+Green+Blue) = 137+22+80=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #891650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891650 is #76E9AF. Grayscale: #3E3E3E. Windows color (decimal): -7793072 or 5248649. OLE color: 5248649.

HSL color Cylindrical-coordinate representation of color #891650: hue angle of 329.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891650 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 22 80 -
CMYK 0 0.84 0.42 0.46
HSL 329.74º 0.72% 0.31% -
HSV(B) 329.74º 0.84% 0.54% -
XYZ 12.05 6.47 8.2 -
YUV 63 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 137 22 80 0 0.84 0.42 0.46 329.74 0.72 0.31
Hex 89 16 50 0 54 2A 2E 14A 48 1F
Octal 211 26 120 0 124 52 56 512 110 37
Binary 10001001 10110 1010000 0 1010100 101010 101110 101001010 1001000 11111

Color Harmonies of #891650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891650

Black with #891650

Text Example


Text Example

White with #891650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891650; }

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

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

background-color css

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

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

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

border-color css

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

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

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