#80345C

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

Shades of Rose Bud Cherry #80345C

Tints of Rose Bud Cherry #80345C

Color information

#80345C (or 0x80345C) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 34 and 5C. RGB value is (128,52,92). Sum of RGB (Red+Green+Blue) = 128+52+92=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80345C is #7FCBA3. Grayscale: #4F4F4F. Windows color (decimal): -8375204 or 6042752. OLE color: 6042752.

HSL color Cylindrical-coordinate representation of color #80345C: hue angle of 328.42º degrees, saturation: 0.42, 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 #80345C is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1285292-
CMYK00.590.280.50
HSL328.42º42.22%35.29%-
HSV(B)328.42º59.38%50.2%-
XYZ12.067.8211-
YUV79.28135.18162.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=47.06%
G=19.12%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128529200.590.280.50328.4242.2235.29
Hex80345C03B1C321482a23
Octal2006413407334625105243
Binary100000001101001011100011101111100110010101001000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80345C; }

 p { color: rgb(128,52,92); }

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

<style>
 a { background-color: #80345C; }

 a { background-color: rgb(128,52,92); }

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

<style>
 span { border-color: #80345C; }

 span { border-color: rgb(128,52,92); }

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