#813360

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

Shades of Rose Bud Cherry #813360

Tints of Rose Bud Cherry #813360

Color information

#813360 (or 0x813360) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 33 and 60. RGB value is (129,51,96). Sum of RGB (Red+Green+Blue) = 129+51+96=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #813360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813360 is #7ECC9F. Grayscale: #4F4F4F. Windows color (decimal): -8309920 or 6304641. OLE color: 6304641.

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

Color convert

RGB1295196-
CMYK00.600.260.49
HSL325.38º43.33%35.29%-
HSV(B)325.38º60.47%50.59%-
XYZ12.357.8811.94-
YUV79.45137.34163.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=46.74%
G=18.48%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129519600.600.260.49325.3843.3335.29
Hex81336003C1A311452b23
Octal2016314007432615055343
Binary100000011100111100000011110011010110001101000101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813360; }

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

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

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

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

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

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

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

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