#80365E

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

Shades of Rose Bud Cherry #80365E

Tints of Rose Bud Cherry #80365E

Color information

#80365E (or 0x80365E) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 36 and 5E. RGB value is (128,54,94). Sum of RGB (Red+Green+Blue) = 128+54+94=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80365E is #7FC9A1. Grayscale: #505050. Windows color (decimal): -8374690 or 6174336. OLE color: 6174336.

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

Color convert

RGB1285494-
CMYK00.580.270.50
HSL327.57º40.66%35.69%-
HSV(B)327.57º57.81%50.2%-
XYZ12.248.0411.5-
YUV80.69135.52161.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=46.38%
G=19.57%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128549400.580.270.50327.5740.6635.69
Hex80365E03A1B321482924
Octal2006613607233625105144
Binary100000001101101011110011101011011110010101001000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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