#811215

Color #811215 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #811215

Tints of Sangria #811215

Color information

#811215 (or 0x811215) is unknown color: approx Sangria. HEX triplet: 81, 12 and 15. RGB value is (129,18,21). Sum of RGB (Red+Green+Blue) = 129+18+21=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #811215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811215 is #7EEDEA. Grayscale: #333333. Windows color (decimal): -8318443 or 1380993. OLE color: 1380993.

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

Color convert

RGB1291821-
CMYK00.860.840.49
HSL358.38º75.51%28.82%-
HSV(B)358.38º86.05%50.59%-
XYZ9.45.151.21-
YUV51.53110.77183.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.79%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=76.79%
G=10.71%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129182100.860.840.49358.3875.5128.82
Hex81121505654311664c1d
Octal201222501261246154611435
Binary100000011001010101010101101010100110001101100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811215; }

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

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

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

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

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

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

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

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