#80335B

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

Shades of Rose Bud Cherry #80335B

Tints of Rose Bud Cherry #80335B

Color information

#80335B (or 0x80335B) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 33 and 5B. RGB value is (128,51,91). Sum of RGB (Red+Green+Blue) = 128+51+91=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80335B is #7FCCA4. Grayscale: #4E4E4E. Windows color (decimal): -8375461 or 5976960. OLE color: 5976960.

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

Color convert

RGB1285191-
CMYK00.600.290.50
HSL328.83º43.02%35.1%-
HSV(B)328.83º60.16%50.2%-
XYZ11.977.7110.76-
YUV78.58135.01163.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=47.41%
G=18.89%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128519100.600.290.50328.8343.0235.1
Hex80335B03C1D321492b23
Octal2006313307435625115343
Binary100000001100111011011011110011101110010101001001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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