#813558

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

Shades of Rose Bud Cherry #813558

Tints of Rose Bud Cherry #813558

Color information

#813558 (or 0x813558) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 35 and 58. RGB value is (129,53,88). Sum of RGB (Red+Green+Blue) = 129+53+88=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #813558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813558 is #7ECAA7. Grayscale: #4F4F4F. Windows color (decimal): -8309416 or 5780865. OLE color: 5780865.

HSL color Cylindrical-coordinate representation of color #813558: hue angle of 332.37º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813558 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1295388-
CMYK00.590.320.49
HSL332.37º41.76%35.69%-
HSV(B)332.37º58.91%50.59%-
XYZ12.097.9210.12-
YUV79.71132.68163.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=47.78%
G=19.63%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129538800.590.320.49332.3741.7635.69
Hex81355803B203114c2a24
Octal2016513007340615145244
Binary1000000111010110110000111011100000110001101001100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813558; }

 p { color: rgb(129,53,88); }

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

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

 a { background-color: rgb(129,53,88); }

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

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

 span { border-color: rgb(129,53,88); }

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