#801656

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

Shades of Rose Bud Cherry #801656

Tints of Rose Bud Cherry #801656

Color information

#801656 (or 0x801656) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 16 and 56. RGB value is (128,22,86). Sum of RGB (Red+Green+Blue) = 128+22+86=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801656 is #7FE9A9. Grayscale: #3C3C3C. Windows color (decimal): -8382890 or 5641856. OLE color: 5641856.

HSL color Cylindrical-coordinate representation of color #801656: hue angle of 323.77º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801656 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1282286-
CMYK00.830.330.50
HSL323.77º70.67%29.41%-
HSV(B)323.77º82.81%50.2%-
XYZ10.875.839.36-
YUV60.99142.12175.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=54.24%
G=9.32%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128228600.830.330.50323.7770.6729.41
Hex8016560532132144471d
Octal200261260123416250410735
Binary1000000010110101011001010011100001110010101000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801656; }

 p { color: rgb(128,22,86); }

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

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

 a { background-color: rgb(128,22,86); }

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

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

 span { border-color: rgb(128,22,86); }

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