Html Css Color HEX #802F62 Rose Bud Cherry

📋 copy color: '#802F62'

red 128 ◦ green 47 ◦ blue 98

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

Shades of Rose Bud Cherry #802F62

Tints of Rose Bud Cherry #802F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 46.89%
G = 17.22%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#802F62 (or 0x802F62) is known color: Rose Bud Cherry. HEX triplet: 80, 2F and 62. RGB value is (128,47,98). Sum of RGB (Red+Green+Blue) = 128+47+98=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #802F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802F62 is #7FD09D. Grayscale: #4C4C4C. Windows color (decimal): -8376478 or 6434688. OLE color: 6434688.

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

Color convert

RGB 128 47 98 -
CMYK 0 0.63 0.23 0.50
HSL 322.22º 0.46% 0.34% -
HSV(B) 322.22º 0.63% 0.5% -
XYZ 12.12 7.5 12.36 -
YUV 77.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 128 47 98 0 0.63 0.23 0.50 322.22 0.46 0.34
Hex 80 2F 62 0 3F 17 32 142 2E 22
Octal 200 57 142 0 77 27 62 502 56 42
Binary 10000000 101111 1100010 0 111111 10111 110010 101000010 101110 100010

Color Harmonies of #802F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F62

Black with #802F62

Text Example


Text Example

White with #802F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,47,98); }

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

background-color css

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

 a { background-color: rgb(128,47,98); }

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

border-color css

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

 span { border-color: rgb(128,47,98); }

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