#80355E

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

Shades of Rose Bud Cherry #80355E

Tints of Rose Bud Cherry #80355E

Color information

#80355E (or 0x80355E) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 35 and 5E. RGB value is (128,53,94). Sum of RGB (Red+Green+Blue) = 128+53+94=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80355E is #7FCAA1. Grayscale: #505050. Windows color (decimal): -8374946 or 6174080. OLE color: 6174080.

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

Color convert

RGB1285394-
CMYK00.590.270.50
HSL327.2º41.44%35.49%-
HSV(B)327.2º58.59%50.2%-
XYZ12.27.9411.48-
YUV80.1135.85162.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=46.55%
G=19.27%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128539400.590.270.50327.241.4435.49
Hex80355E03B1B321472923
Octal2006513607333625075143
Binary100000001101011011110011101111011110010101000111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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