Html Css Color HEX #802459 Rose Bud Cherry

📋 copy color: '#802459'

red 128 ◦ green 36 ◦ blue 89

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

Shades of Rose Bud Cherry #802459

Tints of Rose Bud Cherry #802459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

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

R = 50.59%
G = 14.23%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#802459 (or 0x802459) is known color: Rose Bud Cherry. HEX triplet: 80, 24 and 59. RGB value is (128,36,89). Sum of RGB (Red+Green+Blue) = 128+36+89=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #802459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802459 is #7FDBA6. Grayscale: #454545. Windows color (decimal): -8379303 or 5842048. OLE color: 5842048.

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

Color convert

RGB 128 36 89 -
CMYK 0 0.72 0.30 0.50
HSL 325.43º 0.56% 0.32% -
HSV(B) 325.43º 0.72% 0.5% -
XYZ 11.34 6.57 10.12 -
YUV 69.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 128 36 89 0 0.72 0.30 0.50 325.43 0.56 0.32
Hex 80 24 59 0 48 1E 32 145 38 20
Octal 200 44 131 0 110 36 62 505 70 40
Binary 10000000 100100 1011001 0 1001000 11110 110010 101000101 111000 100000

Color Harmonies of #802459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802459

Black with #802459

Text Example


Text Example

White with #802459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802459; }

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

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

background-color css

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

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

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

border-color css

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

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

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