#80335A

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

Shades of Rose Bud Cherry #80335A

Tints of Rose Bud Cherry #80335A

Color information

#80335A (or 0x80335A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 33 and 5A. RGB value is (128,51,90). Sum of RGB (Red+Green+Blue) = 128+51+90=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80335A is #7FCCA5. Grayscale: #4E4E4E. Windows color (decimal): -8375462 or 5911424. OLE color: 5911424.

HSL color Cylindrical-coordinate representation of color #80335A: hue angle of 329.61º 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 #80335A is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1285190-
CMYK00.600.300.50
HSL329.61º43.02%35.1%-
HSV(B)329.61º60.16%50.2%-
XYZ11.937.710.53-
YUV78.47134.51163.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=47.58%
G=18.96%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128519000.600.300.50329.6143.0235.1
Hex80335A03C1E3214a2b23
Octal2006313207436625125343
Binary100000001100111011010011110011110110010101001010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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