Html Css Color HEX #881516 Sangria

📋 copy color: '#881516'

red 136 ◦ green 21 ◦ blue 22

#881516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #881516

Tints of Sangria #881516

RGB

 RED value IS 136 (53.52% from 255) = 75.98%

 GREEN value IS 21 (8.59% from 255) = 11.73%

 BLUE value IS 22 (8.98% from 255) = 12.29%

R = 75.98%
G = 11.73%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#881516 (or 0x881516) is known color: Sangria. HEX triplet: 88, 15 and 16. RGB value is (136,21,22). Sum of RGB (Red+Green+Blue) = 136+21+22=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #881516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881516 is #77EAE9. Grayscale: #373737. Windows color (decimal): -7858922 or 1447304. OLE color: 1447304.

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

Color convert

RGB 136 21 22 -
CMYK 0 0.85 0.84 0.47
HSL 359.48º 0.73% 0.31% -
HSV(B) 359.48º 0.85% 0.53% -
XYZ 10.57 5.83 1.33 -
YUV 55.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 136 21 22 0 0.85 0.84 0.47 359.48 0.73 0.31
Hex 88 15 16 0 55 54 2F 167 49 1F
Octal 210 25 26 0 125 124 57 547 111 37
Binary 10001000 10101 10110 0 1010101 1010100 101111 101100111 1001001 11111

Color Harmonies of #881516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881516

Black with #881516

Text Example


Text Example

White with #881516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881516; }

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

 H1.HeaderClassName
 {
   color: #881516;
 }
 .AnyTagClassName
 {
   color: #881516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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