Html Css Color HEX #881316 Sangria

📋 copy color: '#881316'

red 136 ◦ green 19 ◦ blue 22

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

Shades of Sangria #881316

Tints of Sangria #881316

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 value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#881316 (or 0x881316) is known color: 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

RGB 136 19 22 -
CMYK 0 0.86 0.84 0.47
HSL 358.46º 0.75% 0.3% -
HSV(B) 358.46º 0.86% 0.53% -
XYZ 10.53 5.76 1.32 -
YUV 54.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 136 19 22 0 0.86 0.84 0.47 358.46 0.75 0.3
Hex 88 13 16 0 56 54 2F 166 4B 1E
Octal 210 23 26 0 126 124 57 546 113 36
Binary 10001000 10011 10110 0 1010110 1010100 101111 101100110 1001011 11110

Color Harmonies of #881316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881316

Black with #881316

Text Example


Text Example

White with #881316

Text Example


Text Example

HTML Codes & Css Web 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>