Html Css Color HEX #802059 Rose Bud Cherry

📋 copy color: '#802059'

red 128 ◦ green 32 ◦ blue 89

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

Shades of Rose Bud Cherry #802059

Tints of Rose Bud Cherry #802059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 51.41%
G = 12.85%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#802059 (or 0x802059) is known color: Rose Bud Cherry. HEX triplet: 80, 20 and 59. RGB value is (128,32,89). Sum of RGB (Red+Green+Blue) = 128+32+89=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #802059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802059 is #7FDFA6. Grayscale: #434343. Windows color (decimal): -8380327 or 5841024. OLE color: 5841024.

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

Color convert

RGB 128 32 89 -
CMYK 0 0.75 0.30 0.50
HSL 324.38º 0.6% 0.31% -
HSV(B) 324.38º 0.75% 0.5% -
XYZ 11.22 6.34 10.08 -
YUV 67.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 128 32 89 0 0.75 0.30 0.50 324.38 0.6 0.31
Hex 80 20 59 0 4B 1E 32 144 3C 1F
Octal 200 40 131 0 113 36 62 504 74 37
Binary 10000000 100000 1011001 0 1001011 11110 110010 101000100 111100 11111

Color Harmonies of #802059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802059

Black with #802059

Text Example


Text Example

White with #802059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802059; }

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

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

background-color css

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

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

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

border-color css

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

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

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