Html Css Color HEX #801C59 Rose Bud Cherry

📋 copy color: '#801C59'

red 128 ◦ green 28 ◦ blue 89

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

Shades of Rose Bud Cherry #801C59

Tints of Rose Bud Cherry #801C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 52.24%
G = 11.43%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#801C59 (or 0x801C59) is known color: Rose Bud Cherry. HEX triplet: 80, 1C and 59. RGB value is (128,28,89). Sum of RGB (Red+Green+Blue) = 128+28+89=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #801C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801C59 is #7FE3A6. Grayscale: #404040. Windows color (decimal): -8381351 or 5840000. OLE color: 5840000.

HSL color Cylindrical-coordinate representation of color #801C59: hue angle of 323.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C59 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 28 89 -
CMYK 0 0.78 0.30 0.50
HSL 323.4º 0.64% 0.31% -
HSV(B) 323.4º 0.78% 0.5% -
XYZ 11.12 6.14 10.05 -
YUV 64.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 128 28 89 0 0.78 0.30 0.50 323.4 0.64 0.31
Hex 80 1C 59 0 4E 1E 32 143 40 1F
Octal 200 34 131 0 116 36 62 503 100 37
Binary 10000000 11100 1011001 0 1001110 11110 110010 101000011 1000000 11111

Color Harmonies of #801C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C59

Black with #801C59

Text Example


Text Example

White with #801C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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