#811415

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

Shades of Sangria #811415

Tints of Sangria #811415

Color information

#811415 (or 0x811415) is unknown color: approx Sangria. HEX triplet: 81, 14 and 15. RGB value is (129,20,21). Sum of RGB (Red+Green+Blue) = 129+20+21=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #811415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811415 is #7EEBEA. Grayscale: #343434. Windows color (decimal): -8317931 or 1381505. OLE color: 1381505.

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

Color convert

RGB1292021-
CMYK00.840.840.49
HSL359.45º73.15%29.22%-
HSV(B)359.45º84.5%50.59%-
XYZ9.445.221.22-
YUV52.7110.11182.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75.88%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=75.88%
G=11.76%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129202100.840.840.49359.4573.1529.22
Hex8114150545431167491d
Octal201242501241246154711135
Binary100000011010010101010101001010100110001101100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811415; }

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

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

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

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

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

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

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

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