#812560

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

Shades of Rose Bud Cherry #812560

Tints of Rose Bud Cherry #812560

Color information

#812560 (or 0x812560) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 25 and 60. RGB value is (129,37,96). Sum of RGB (Red+Green+Blue) = 129+37+96=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #812560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812560 is #7EDA9F. Grayscale: #474747. Windows color (decimal): -8313504 or 6301057. OLE color: 6301057.

HSL color Cylindrical-coordinate representation of color #812560: hue angle of 321.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812560 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1293796-
CMYK00.710.260.49
HSL321.52º55.42%32.55%-
HSV(B)321.52º71.32%50.59%-
XYZ11.836.8311.76-
YUV71.23141.98169.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=49.24%
G=14.12%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129379600.710.260.49321.5255.4232.55
Hex8125600471A311423721
Octal20145140010732615026741
Binary1000000110010111000000100011111010110001101000010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812560; }

 p { color: rgb(129,37,96); }

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

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

 a { background-color: rgb(129,37,96); }

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

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

 span { border-color: rgb(129,37,96); }

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