#803561

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

Shades of Rose Bud Cherry #803561

Tints of Rose Bud Cherry #803561

Color information

#803561 (or 0x803561) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 35 and 61. RGB value is (128,53,97). Sum of RGB (Red+Green+Blue) = 128+53+97=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #803561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803561 is #7FCA9E. Grayscale: #505050. Windows color (decimal): -8374943 or 6370688. OLE color: 6370688.

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

Color convert

RGB1285397-
CMYK00.590.240.50
HSL324.8º41.44%35.49%-
HSV(B)324.8º58.59%50.2%-
XYZ12.33812.2-
YUV80.44137.35161.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=46.04%
G=19.06%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128539700.590.240.50324.841.4435.49
Hex80356103B18321452923
Octal2006514107330625055143
Binary100000001101011100001011101111000110010101000101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803561; }

 p { color: rgb(128,53,97); }

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

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

 a { background-color: rgb(128,53,97); }

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

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

 span { border-color: rgb(128,53,97); }

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