#813861

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

Shades of Rose Bud Cherry #813861

Tints of Rose Bud Cherry #813861

Color information

#813861 (or 0x813861) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 38 and 61. RGB value is (129,56,97). Sum of RGB (Red+Green+Blue) = 129+56+97=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #813861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813861 is #7EC79E. Grayscale: #525252. Windows color (decimal): -8308639 or 6371457. OLE color: 6371457.

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

Color convert

RGB1295697-
CMYK00.570.250.49
HSL326.3º39.46%36.27%-
HSV(B)326.3º56.59%50.59%-
XYZ12.638.3612.26-
YUV82.5136.18161.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=45.74%
G=19.86%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129569700.570.250.49326.339.4636.27
Hex81386103919311462724
Octal2017014107131615064744
Binary100000011110001100001011100111001110001101000110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813861; }

 p { color: rgb(129,56,97); }

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

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

 a { background-color: rgb(129,56,97); }

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

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

 span { border-color: rgb(129,56,97); }

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