#80375E

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

Shades of Rose Bud Cherry #80375E

Tints of Rose Bud Cherry #80375E

Color information

#80375E (or 0x80375E) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 37 and 5E. RGB value is (128,55,94). Sum of RGB (Red+Green+Blue) = 128+55+94=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80375E is #7FC8A1. Grayscale: #515151. Windows color (decimal): -8374434 or 6174592. OLE color: 6174592.

HSL color Cylindrical-coordinate representation of color #80375E: hue angle of 327.95º 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 #80375E is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1285594-
CMYK00.570.270.50
HSL327.95º39.89%35.88%-
HSV(B)327.95º57.03%50.2%-
XYZ12.298.1311.51-
YUV81.27135.18161.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=46.21%
G=19.86%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128559400.570.270.50327.9539.8935.88
Hex80375E0391B321482824
Octal2006713607133625105044
Binary100000001101111011110011100111011110010101001000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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