#80375C

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

Shades of Rose Bud Cherry #80375C

Tints of Rose Bud Cherry #80375C

Color information

#80375C (or 0x80375C) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 37 and 5C. RGB value is (128,55,92). Sum of RGB (Red+Green+Blue) = 128+55+92=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80375C is #7FC8A3. Grayscale: #505050. Windows color (decimal): -8374436 or 6043520. OLE color: 6043520.

HSL color Cylindrical-coordinate representation of color #80375C: hue angle of 329.59º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80375C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1285592-
CMYK00.570.280.50
HSL329.59º39.89%35.88%-
HSV(B)329.59º57.03%50.2%-
XYZ12.28.0911.04-
YUV81.04134.18161.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=46.55%
G=20%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128559200.570.280.50329.5939.8935.88
Hex80375C0391C3214a2824
Octal2006713407134625125044
Binary100000001101111011100011100111100110010101001010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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