#813059

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

Shades of Rose Bud Cherry #813059

Tints of Rose Bud Cherry #813059

Color information

#813059 (or 0x813059) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 30 and 59. RGB value is (129,48,89). Sum of RGB (Red+Green+Blue) = 129+48+89=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #813059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813059 is #7ECFA6. Grayscale: #4C4C4C. Windows color (decimal): -8310695 or 5845121. OLE color: 5845121.

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

Color convert

RGB1294889-
CMYK00.630.310.49
HSL329.63º45.76%34.71%-
HSV(B)329.63º62.79%50.59%-
XYZ11.917.510.27-
YUV76.89134.84165.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=48.50%
G=18.05%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129488900.630.310.49329.6345.7634.71
Hex81305903F1F3114a2e23
Octal2016013107737615125643
Binary100000011100001011001011111111111110001101001010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813059; }

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

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

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

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

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

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

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

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