#881213

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

Shades of Sangria #881213

Tints of Sangria #881213

Color information

#881213 (or 0x881213) is unknown color: approx Sangria. HEX triplet: 88, 12 and 13. RGB value is (136,18,19). Sum of RGB (Red+Green+Blue) = 136+18+19=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #881213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881213 is #77EDEC. Grayscale: #353535. Windows color (decimal): -7859693 or 1249928. OLE color: 1249928.

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

Color convert

RGB1361819-
CMYK00.870.860.47
HSL359.49º76.62%30.2%-
HSV(B)359.49º86.76%53.33%-
XYZ10.495.711.17-
YUV53.4108.59186.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.61%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=78.61%
G=10.40%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136181900.870.860.47359.4976.6230.2
Hex881213057562F1674d1e
Octal210222301271265754711536
Binary100010001001010011010101111010110101111101100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881213; }

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

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

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

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

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

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

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

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