#811554

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

Shades of Rose Bud Cherry #811554

Tints of Rose Bud Cherry #811554

Color information

#811554 (or 0x811554) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 15 and 54. RGB value is (129,21,84). Sum of RGB (Red+Green+Blue) = 129+21+84=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #811554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811554 is #7EEAAB. Grayscale: #3C3C3C. Windows color (decimal): -8317612 or 5510529. OLE color: 5510529.

HSL color Cylindrical-coordinate representation of color #811554: hue angle of 325º 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 #811554 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1292184-
CMYK00.840.350.49
HSL325º72%29.41%-
HSV(B)325º83.72%50.59%-
XYZ10.925.848.94-
YUV60.47141.28176.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.13%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=55.13%
G=8.97%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129218400.840.350.493257229.41
Hex8115540542331145481d
Octal201251240124436150511035
Binary1000000110101101010001010100100011110001101000101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811554; }

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

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

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

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

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

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

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

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