#803660

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

Shades of Rose Bud Cherry #803660

Tints of Rose Bud Cherry #803660

Color information

#803660 (or 0x803660) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 36 and 60. RGB value is (128,54,96). Sum of RGB (Red+Green+Blue) = 128+54+96=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #803660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803660 is #7FC99F. Grayscale: #505050. Windows color (decimal): -8374688 or 6305408. OLE color: 6305408.

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

Color convert

RGB1285496-
CMYK00.580.250.50
HSL325.95º40.66%35.69%-
HSV(B)325.95º57.81%50.2%-
XYZ12.338.0711.97-
YUV80.91136.52161.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=46.04%
G=19.42%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128549600.580.250.50325.9540.6635.69
Hex80366003A19321462924
Octal2006614007231625065144
Binary100000001101101100000011101011001110010101000110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803660; }

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

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

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

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

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

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

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

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