#80335E

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

Shades of Rose Bud Cherry #80335E

Tints of Rose Bud Cherry #80335E

Color information

#80335E (or 0x80335E) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 33 and 5E. RGB value is (128,51,94). Sum of RGB (Red+Green+Blue) = 128+51+94=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80335E is #7FCCA1. Grayscale: #4E4E4E. Windows color (decimal): -8375458 or 6173568. OLE color: 6173568.

HSL color Cylindrical-coordinate representation of color #80335E: hue angle of 326.49º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80335E is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1285194-
CMYK00.600.270.50
HSL326.49º43.02%35.1%-
HSV(B)326.49º60.16%50.2%-
XYZ12.117.7611.45-
YUV78.93136.51163-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=46.89%
G=18.68%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128519400.600.270.50326.4943.0235.1
Hex80335E03C1B321462b23
Octal2006313607433625065343
Binary100000001100111011110011110011011110010101000110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80335E; }

 p { color: rgb(128,51,94); }

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

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

 a { background-color: rgb(128,51,94); }

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

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

 span { border-color: rgb(128,51,94); }

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