#881316

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

Shades of Sangria #881316

Tints of Sangria #881316

Color information

#881316 (or 0x881316) is unknown color: approx Sangria. HEX triplet: 88, 13 and 16. RGB value is (136,19,22). Sum of RGB (Red+Green+Blue) = 136+19+22=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #881316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881316 is #77ECE9. Grayscale: #363636. Windows color (decimal): -7859434 or 1446792. OLE color: 1446792.

HSL color Cylindrical-coordinate representation of color #881316: hue angle of 358.46º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881316 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1361922-
CMYK00.860.840.47
HSL358.46º75.48%30.39%-
HSV(B)358.46º86.03%53.33%-
XYZ10.535.761.32-
YUV54.32109.76186.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.84%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=76.84%
G=10.73%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136192200.860.840.47358.4675.4830.39
Hex881316056542F1664b1e
Octal210232601261245754611336
Binary100010001001110110010101101010100101111101100110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881316; }

 p { color: rgb(136,19,22); }

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

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

 a { background-color: rgb(136,19,22); }

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

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

 span { border-color: rgb(136,19,22); }

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