#81215C

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

Shades of Rose Bud Cherry #81215C

Tints of Rose Bud Cherry #81215C

Color information

#81215C (or 0x81215C) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 21 and 5C. RGB value is (129,33,92). Sum of RGB (Red+Green+Blue) = 129+33+92=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81215C is #7EDEA3. Grayscale: #444444. Windows color (decimal): -8314532 or 6037889. OLE color: 6037889.

HSL color Cylindrical-coordinate representation of color #81215C: hue angle of 323.12º 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 #81215C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1293392-
CMYK00.740.290.49
HSL323.12º59.26%31.76%-
HSV(B)323.12º74.42%50.59%-
XYZ11.536.5310.78-
YUV68.43141.3171.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=50.79%
G=12.99%
B=36.22%

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
Decimal129339200.740.290.49323.1259.2631.76
Hex81215C04A1D311433b20
Octal20141134011235615037340
Binary1000000110000110111000100101011101110001101000011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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