#813B59

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

Shades of Rose Bud Cherry #813B59

Tints of Rose Bud Cherry #813B59

Color information

#813B59 (or 0x813B59) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 3B and 59. RGB value is (129,59,89). Sum of RGB (Red+Green+Blue) = 129+59+89=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #813B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813B59 is #7EC4A6. Grayscale: #535353. Windows color (decimal): -8307879 or 5847937. OLE color: 5847937.

HSL color Cylindrical-coordinate representation of color #813B59: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #813B59 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1295989-
CMYK00.540.310.49
HSL334.29º37.23%36.86%-
HSV(B)334.29º54.26%50.59%-
XYZ12.428.5210.44-
YUV83.35131.19160.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 59 (23.44% from 255) = 21.30%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=46.57%
G=21.30%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129598900.540.310.49334.2937.2336.86
Hex813B590361F3114e2525
Octal2017313106637615164545
Binary100000011110111011001011011011111110001101001110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813B59; }

 p { color: rgb(129,59,89); }

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

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

 a { background-color: rgb(129,59,89); }

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

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

 span { border-color: rgb(129,59,89); }

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