#811855

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

Shades of Rose Bud Cherry #811855

Tints of Rose Bud Cherry #811855

Color information

#811855 (or 0x811855) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 18 and 55. RGB value is (129,24,85). Sum of RGB (Red+Green+Blue) = 129+24+85=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #811855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811855 is #7EE7AA. Grayscale: #3E3E3E. Windows color (decimal): -8316843 or 5576833. OLE color: 5576833.

HSL color Cylindrical-coordinate representation of color #811855: hue angle of 325.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811855 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1292485-
CMYK00.810.340.49
HSL325.14º68.63%30%-
HSV(B)325.14º81.4%50.59%-
XYZ11.025.989.17-
YUV62.35140.79175.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 24 (9.77% from 255) = 10.08%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=54.20%
G=10.08%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129248500.810.340.49325.1468.6330
Hex8118550512231145451e
Octal201301250121426150510536
Binary1000000111000101010101010001100010110001101000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811855; }

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

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

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

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

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

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

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

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