#813064

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

Shades of Rose Bud Cherry #813064

Tints of Rose Bud Cherry #813064

Color information

#813064 (or 0x813064) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 30 and 64. RGB value is (129,48,100). Sum of RGB (Red+Green+Blue) = 129+48+100=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #813064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813064 is #7ECF9B. Grayscale: #4E4E4E. Windows color (decimal): -8310684 or 6566017. OLE color: 6566017.

HSL color Cylindrical-coordinate representation of color #813064: hue angle of 321.48º 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 #813064 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12948100-
CMYK00.630.220.49
HSL321.48º45.76%34.71%-
HSV(B)321.48º62.79%50.59%-
XYZ12.417.712.89-
YUV78.15140.34164.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=46.57%
G=17.33%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294810000.630.220.49321.4845.7634.71
Hex81306403F16311412e23
Octal2016014407726615015643
Binary100000011100001100100011111110110110001101000001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813064; }

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

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

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

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

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

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

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

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