Html Css Color HEX #881016 Sangria

📋 copy color: '#881016'

red 136 ◦ green 16 ◦ blue 22

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

Shades of Sangria #881016

Tints of Sangria #881016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 78.16%
G = 9.2%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#881016 (or 0x881016) is known color: Sangria. HEX triplet: 88, 10 and 16. RGB value is (136,16,22). Sum of RGB (Red+Green+Blue) = 136+16+22=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #881016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881016 is #77EFE9. Grayscale: #343434. Windows color (decimal): -7860202 or 1446024. OLE color: 1446024.

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

Color convert

RGB 136 16 22 -
CMYK 0 0.88 0.84 0.47
HSL 357º 0.79% 0.3% -
HSV(B) 357º 0.88% 0.53% -
XYZ 10.48 5.66 1.3 -
YUV 52.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 136 16 22 0 0.88 0.84 0.47 357 0.79 0.3
Hex 88 10 16 0 58 54 2F 165 4F 1E
Octal 210 20 26 0 130 124 57 545 117 36
Binary 10001000 10000 10110 0 1011000 1010100 101111 101100101 1001111 11110

Color Harmonies of #881016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881016

Black with #881016

Text Example


Text Example

White with #881016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881016; }

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

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

background-color css

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

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

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

border-color css

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

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

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