#812961

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

Shades of Rose Bud Cherry #812961

Tints of Rose Bud Cherry #812961

Color information

#812961 (or 0x812961) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 29 and 61. RGB value is (129,41,97). Sum of RGB (Red+Green+Blue) = 129+41+97=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #812961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812961 is #7ED69E. Grayscale: #494949. Windows color (decimal): -8312479 or 6367617. OLE color: 6367617.

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

Color convert

RGB1294197-
CMYK00.680.250.49
HSL321.82º51.76%33.33%-
HSV(B)321.82º68.22%50.59%-
XYZ127.1212.05-
YUV73.7141.15167.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=48.31%
G=15.36%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129419700.680.250.49321.8251.7633.33
Hex81296104419311423421
Octal20151141010431615026441
Binary1000000110100111000010100010011001110001101000010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812961; }

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

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

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

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

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

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

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

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