#813359

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

Shades of Rose Bud Cherry #813359

Tints of Rose Bud Cherry #813359

Color information

#813359 (or 0x813359) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 33 and 59. RGB value is (129,51,89). Sum of RGB (Red+Green+Blue) = 129+51+89=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #813359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813359 is #7ECCA6. Grayscale: #4E4E4E. Windows color (decimal): -8309927 or 5845889. OLE color: 5845889.

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

Color convert

RGB1295189-
CMYK00.600.310.49
HSL330.77º43.33%35.29%-
HSV(B)330.77º60.47%50.59%-
XYZ12.047.7610.31-
YUV78.65133.84163.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=47.96%
G=18.96%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129518900.600.310.49330.7743.3335.29
Hex81335903C1F3114b2b23
Octal2016313107437615135343
Binary100000011100111011001011110011111110001101001011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813359; }

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

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

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

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

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

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

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

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