#813261

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

Shades of Rose Bud Cherry #813261

Tints of Rose Bud Cherry #813261

Color information

#813261 (or 0x813261) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 32 and 61. RGB value is (129,50,97). Sum of RGB (Red+Green+Blue) = 129+50+97=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #813261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813261 is #7ECD9E. Grayscale: #4E4E4E. Windows color (decimal): -8310175 or 6369921. OLE color: 6369921.

HSL color Cylindrical-coordinate representation of color #813261: hue angle of 324.3º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813261 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1295097-
CMYK00.610.250.49
HSL324.3º44.13%35.1%-
HSV(B)324.3º61.24%50.59%-
XYZ12.357.8112.17-
YUV78.98138.17163.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=46.74%
G=18.12%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129509700.610.250.49324.344.1335.1
Hex81326103D19311442c23
Octal2016214107531615045443
Binary100000011100101100001011110111001110001101000100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813261; }

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

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

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

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

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

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

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

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