#812859

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

Shades of Rose Bud Cherry #812859

Tints of Rose Bud Cherry #812859

Color information

#812859 (or 0x812859) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 28 and 59. RGB value is (129,40,89). Sum of RGB (Red+Green+Blue) = 129+40+89=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #812859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812859 is #7ED7A6. Grayscale: #484848. Windows color (decimal): -8312743 or 5843073. OLE color: 5843073.

HSL color Cylindrical-coordinate representation of color #812859: hue angle of 326.97º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812859 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1294089-
CMYK00.690.310.49
HSL326.97º52.66%33.14%-
HSV(B)326.97º68.99%50.59%-
XYZ11.626.9110.17-
YUV72.2137.49168.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=50%
G=15.50%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129408900.690.310.49326.9752.6633.14
Hex8128590451F311473521
Octal20150131010537615076541
Binary1000000110100010110010100010111111110001101000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812859; }

 p { color: rgb(129,40,89); }

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

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

 a { background-color: rgb(129,40,89); }

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

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

 span { border-color: rgb(129,40,89); }

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