#812960

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

Shades of Rose Bud Cherry #812960

Tints of Rose Bud Cherry #812960

Color information

#812960 (or 0x812960) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 29 and 60. RGB value is (129,41,96). Sum of RGB (Red+Green+Blue) = 129+41+96=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #812960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812960 is #7ED69F. Grayscale: #494949. Windows color (decimal): -8312480 or 6302081. OLE color: 6302081.

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

Color convert

RGB1294196-
CMYK00.680.260.49
HSL322.5º51.76%33.33%-
HSV(B)322.5º68.22%50.59%-
XYZ11.967.111.81-
YUV73.58140.65167.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=48.50%
G=15.41%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129419600.680.260.49322.551.7633.33
Hex8129600441A311423421
Octal20151140010432615026441
Binary1000000110100111000000100010011010110001101000010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812960; }

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

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

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

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

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

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

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

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