#811B52

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

Shades of Rose Bud Cherry #811B52

Tints of Rose Bud Cherry #811B52

Color information

#811B52 (or 0x811B52) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 1B and 52. RGB value is (129,27,82). Sum of RGB (Red+Green+Blue) = 129+27+82=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #811B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B52 is #7EE4AD. Grayscale: #3F3F3F. Windows color (decimal): -8316078 or 5380993. OLE color: 5380993.

HSL color Cylindrical-coordinate representation of color #811B52: hue angle of 327.65º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B52 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1292782-
CMYK00.790.360.49
HSL327.65º65.38%30.59%-
HSV(B)327.65º79.07%50.59%-
XYZ10.976.068.57-
YUV63.77138.29174.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=54.20%
G=11.34%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129278200.790.360.49327.6565.3830.59
Hex811B5204F2431148411f
Octal201331220117446151010137
Binary1000000111011101001001001111100100110001101001000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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