#812A56

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

Shades of Rose Bud Cherry #812A56

Tints of Rose Bud Cherry #812A56

Color information

#812A56 (or 0x812A56) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 2A and 56. RGB value is (129,42,86). Sum of RGB (Red+Green+Blue) = 129+42+86=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #812A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812A56 is #7ED5A9. Grayscale: #484848. Windows color (decimal): -8312234 or 5646977. OLE color: 5646977.

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

Color convert

RGB1294286-
CMYK00.670.330.49
HSL329.66º50.88%33.53%-
HSV(B)329.66º67.44%50.59%-
XYZ11.566.999.54-
YUV73.03135.32167.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=50.19%
G=16.34%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129428600.670.330.49329.6650.8833.53
Hex812A56043213114a3322
Octal20152126010341615126342
Binary10000001101010101011001000011100001110001101001010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812A56; }

 p { color: rgb(129,42,86); }

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

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

 a { background-color: rgb(129,42,86); }

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

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

 span { border-color: rgb(129,42,86); }

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