#812659

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

Shades of Rose Bud Cherry #812659

Tints of Rose Bud Cherry #812659

Color information

#812659 (or 0x812659) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 26 and 59. RGB value is (129,38,89). Sum of RGB (Red+Green+Blue) = 129+38+89=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #812659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812659 is #7ED9A6. Grayscale: #464646. Windows color (decimal): -8313255 or 5842561. OLE color: 5842561.

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

Color convert

RGB1293889-
CMYK00.710.310.49
HSL326.37º54.49%32.75%-
HSV(B)326.37º70.54%50.59%-
XYZ11.556.7710.15-
YUV71.02138.15169.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=50.39%
G=14.84%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129388900.710.310.49326.3754.4932.75
Hex8126590471F311463621
Octal20146131010737615066641
Binary1000000110011010110010100011111111110001101000110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812659; }

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

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

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

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

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

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

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

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