#80365A

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

Shades of Rose Bud Cherry #80365A

Tints of Rose Bud Cherry #80365A

Color information

#80365A (or 0x80365A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 36 and 5A. RGB value is (128,54,90). Sum of RGB (Red+Green+Blue) = 128+54+90=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80365A is #7FC9A5. Grayscale: #505050. Windows color (decimal): -8374694 or 5912192. OLE color: 5912192.

HSL color Cylindrical-coordinate representation of color #80365A: hue angle of 330.81º 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 #80365A is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1285490-
CMYK00.580.300.50
HSL330.81º40.66%35.69%-
HSV(B)330.81º57.81%50.2%-
XYZ12.077.9710.57-
YUV80.23133.52162.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=47.06%
G=19.85%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128549000.580.300.50330.8140.6635.69
Hex80365A03A1E3214b2924
Octal2006613207236625135144
Binary100000001101101011010011101011110110010101001011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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