#802E5F

Color #802E5F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #802E5F

Tints of Rose Bud Cherry #802E5F

Color information

#802E5F (or 0x802E5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 2E and 5F. RGB value is (128,46,95). Sum of RGB (Red+Green+Blue) = 128+46+95=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #802E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802E5F is #7FD1A0. Grayscale: #4B4B4B. Windows color (decimal): -8376737 or 6237824. OLE color: 6237824.

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

Color convert

RGB1284695-
CMYK00.640.260.50
HSL324.15º47.13%34.12%-
HSV(B)324.15º64.06%50.2%-
XYZ11.947.3711.62-
YUV76.1138.67165.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=47.58%
G=17.10%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128469500.640.260.50324.1547.1334.12
Hex802E5F0401A321442f22
Octal20056137010032625045742
Binary1000000010111010111110100000011010110010101000100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,46,95); }

 H1.HeaderClassName
 {
   color: #802E5F;
 }
 .AnyTagClassName
 {
   color: #802E5F;
 }
</style>
background-color css

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

 a { background-color: rgb(128,46,95); }

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

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

 span { border-color: rgb(128,46,95); }

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