#812A55

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

Shades of Rose Bud Cherry #812A55

Tints of Rose Bud Cherry #812A55

Color information

#812A55 (or 0x812A55) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 2A and 55. RGB value is (129,42,85). Sum of RGB (Red+Green+Blue) = 129+42+85=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #812A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812A55 is #7ED5AA. Grayscale: #484848. Windows color (decimal): -8312235 or 5581441. OLE color: 5581441.

HSL color Cylindrical-coordinate representation of color #812A55: hue angle of 330.34º 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 #812A55 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1294285-
CMYK00.670.340.49
HSL330.34º50.88%33.53%-
HSV(B)330.34º67.44%50.59%-
XYZ11.526.989.33-
YUV72.91134.82168-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=50.39%
G=16.41%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129428500.670.340.49330.3450.8833.53
Hex812A55043223114a3322
Octal20152125010342615126342
Binary10000001101010101010101000011100010110001101001010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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