#811553

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

Shades of Rose Bud Cherry #811553

Tints of Rose Bud Cherry #811553

Color information

#811553 (or 0x811553) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 15 and 53. RGB value is (129,21,83). Sum of RGB (Red+Green+Blue) = 129+21+83=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #811553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811553 is #7EEAAC. Grayscale: #3C3C3C. Windows color (decimal): -8317613 or 5444993. OLE color: 5444993.

HSL color Cylindrical-coordinate representation of color #811553: hue angle of 325.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811553 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1292183-
CMYK00.840.360.49
HSL325.56º72%29.41%-
HSV(B)325.56º83.72%50.59%-
XYZ10.885.838.73-
YUV60.36140.78176.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=55.36%
G=9.01%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129218300.840.360.49325.567229.41
Hex8115530542431146481d
Octal201251230124446150611035
Binary1000000110101101001101010100100100110001101000110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811553; }

 p { color: rgb(129,21,83); }

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

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

 a { background-color: rgb(129,21,83); }

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

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

 span { border-color: rgb(129,21,83); }

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