Html Css Color HEX #802D63 Rose Bud Cherry

📋 copy color: '#802D63'

red 128 ◦ green 45 ◦ blue 99

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

Shades of Rose Bud Cherry #802D63

Tints of Rose Bud Cherry #802D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

 BLUE value IS 99 (39.06% from 255) = 36.4%

R = 47.06%
G = 16.54%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#802D63 (or 0x802D63) is known color: Rose Bud Cherry. HEX triplet: 80, 2D and 63. RGB value is (128,45,99). Sum of RGB (Red+Green+Blue) = 128+45+99=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #802D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802D63 is #7FD29C. Grayscale: #4B4B4B. Windows color (decimal): -8376989 or 6499712. OLE color: 6499712.

HSL color Cylindrical-coordinate representation of color #802D63: hue angle of 320.96º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D63 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 45 99 -
CMYK 0 0.65 0.23 0.50
HSL 320.96º 0.48% 0.34% -
HSV(B) 320.96º 0.65% 0.5% -
XYZ 12.09 7.37 12.59 -
YUV 75.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 128 45 99 0 0.65 0.23 0.50 320.96 0.48 0.34
Hex 80 2D 63 0 41 17 32 141 30 22
Octal 200 55 143 0 101 27 62 501 60 42
Binary 10000000 101101 1100011 0 1000001 10111 110010 101000001 110000 100010

Color Harmonies of #802D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802D63

Black with #802D63

Text Example


Text Example

White with #802D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802D63; }

 p { color: rgb(128,45,99); }

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

background-color css

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

 a { background-color: rgb(128,45,99); }

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

border-color css

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

 span { border-color: rgb(128,45,99); }

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