#813365

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

Shades of Rose Bud Cherry #813365

Tints of Rose Bud Cherry #813365

Color information

#813365 (or 0x813365) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 33 and 65. RGB value is (129,51,101). Sum of RGB (Red+Green+Blue) = 129+51+101=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #813365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813365 is #7ECC9A. Grayscale: #4F4F4F. Windows color (decimal): -8309915 or 6632321. OLE color: 6632321.

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

Color convert

RGB12951101-
CMYK00.600.220.49
HSL321.54º43.33%35.29%-
HSV(B)321.54º60.47%50.59%-
XYZ12.597.9713.19-
YUV80.02139.84162.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=45.91%
G=18.15%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295110100.600.220.49321.5443.3335.29
Hex81336503C16311422b23
Octal2016314507426615025343
Binary100000011100111100101011110010110110001101000010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813365; }

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

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

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

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

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

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

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

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