#811A52

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

Shades of Rose Bud Cherry #811A52

Tints of Rose Bud Cherry #811A52

Color information

#811A52 (or 0x811A52) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 1A and 52. RGB value is (129,26,82). Sum of RGB (Red+Green+Blue) = 129+26+82=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #811A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A52 is #7EE5AD. Grayscale: #3F3F3F. Windows color (decimal): -8316334 or 5380737. OLE color: 5380737.

HSL color Cylindrical-coordinate representation of color #811A52: hue angle of 327.38º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A52 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1292682-
CMYK00.800.360.49
HSL327.38º66.45%30.39%-
HSV(B)327.38º79.84%50.59%-
XYZ10.956.028.57-
YUV63.18138.62174.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.43%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=54.43%
G=10.97%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129268200.800.360.49327.3866.4530.39
Hex811A520502431147421e
Octal201321220120446150710236
Binary1000000111010101001001010000100100110001101000111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811A52; }

 p { color: rgb(129,26,82); }

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

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

 a { background-color: rgb(129,26,82); }

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

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

 span { border-color: rgb(129,26,82); }

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