Html Css Color HEX #801959 Rose Bud Cherry

📋 copy color: '#801959'

red 128 ◦ green 25 ◦ blue 89

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

Shades of Rose Bud Cherry #801959

Tints of Rose Bud Cherry #801959

RGB

 RED value IS 128 (50.39% from 255) = 52.89%

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 52.89%
G = 10.33%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#801959 (or 0x801959) is known color: Rose Bud Cherry. HEX triplet: 80, 19 and 59. RGB value is (128,25,89). Sum of RGB (Red+Green+Blue) = 128+25+89=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #801959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801959 is #7FE6A6. Grayscale: #3E3E3E. Windows color (decimal): -8382119 or 5839232. OLE color: 5839232.

HSL color Cylindrical-coordinate representation of color #801959: hue angle of 322.72º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801959 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 89 -
CMYK 0 0.80 0.30 0.50
HSL 322.72º 0.67% 0.3% -
HSV(B) 322.72º 0.8% 0.5% -
XYZ 11.05 6.01 10.03 -
YUV 63.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 128 25 89 0 0.80 0.30 0.50 322.72 0.67 0.3
Hex 80 19 59 0 50 1E 32 143 43 1E
Octal 200 31 131 0 120 36 62 503 103 36
Binary 10000000 11001 1011001 0 1010000 11110 110010 101000011 1000011 11110

Color Harmonies of #801959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801959

Black with #801959

Text Example


Text Example

White with #801959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801959; }

 p { color: rgb(128,25,89); }

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

background-color css

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

 a { background-color: rgb(128,25,89); }

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

border-color css

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

 span { border-color: rgb(128,25,89); }

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