#813A5D

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

Shades of Rose Bud Cherry #813A5D

Tints of Rose Bud Cherry #813A5D

Color information

#813A5D (or 0x813A5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 3A and 5D. RGB value is (129,58,93). Sum of RGB (Red+Green+Blue) = 129+58+93=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #813A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A5D is #7EC5A2. Grayscale: #535353. Windows color (decimal): -8308131 or 6109825. OLE color: 6109825.

HSL color Cylindrical-coordinate representation of color #813A5D: hue angle of 330.42º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A5D is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1295893-
CMYK00.550.280.49
HSL330.42º37.97%36.67%-
HSV(B)330.42º55.04%50.59%-
XYZ12.548.4811.33-
YUV83.22133.52160.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=46.07%
G=20.71%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129589300.550.280.49330.4237.9736.67
Hex813A5D0371C3114a2625
Octal2017213506734615124645
Binary100000011110101011101011011111100110001101001010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813A5D; }

 p { color: rgb(129,58,93); }

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

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

 a { background-color: rgb(129,58,93); }

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

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

 span { border-color: rgb(129,58,93); }

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