#81215B

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

Shades of Rose Bud Cherry #81215B

Tints of Rose Bud Cherry #81215B

Color information

#81215B (or 0x81215B) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 21 and 5B. RGB value is (129,33,91). Sum of RGB (Red+Green+Blue) = 129+33+91=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #81215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81215B is #7EDEA4. Grayscale: #444444. Windows color (decimal): -8314533 or 5972353. OLE color: 5972353.

HSL color Cylindrical-coordinate representation of color #81215B: hue angle of 323.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81215B is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1293391-
CMYK00.740.290.49
HSL323.75º59.26%31.76%-
HSV(B)323.75º74.42%50.59%-
XYZ11.496.5110.55-
YUV68.32140.8171.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=50.99%
G=13.04%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129339100.740.290.49323.7559.2631.76
Hex81215B04A1D311443b20
Octal20141133011235615047340
Binary1000000110000110110110100101011101110001101000100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81215B; }

 p { color: rgb(129,33,91); }

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

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

 a { background-color: rgb(129,33,91); }

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

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

 span { border-color: rgb(129,33,91); }

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