Html Css Color HEX #8A1116 Sangria

📋 copy color: '#8A1116'

red 138 ◦ green 17 ◦ blue 22

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

Shades of Sangria #8A1116

Tints of Sangria #8A1116

RGB

 RED value IS 138 (54.3% from 255) = 77.97%

 GREEN value IS 17 (7.03% from 255) = 9.6%

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

R = 77.97%
G = 9.6%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A1116 (or 0x8A1116) is known color: Sangria. HEX triplet: 8A, 11 and 16. RGB value is (138,17,22). Sum of RGB (Red+Green+Blue) = 138+17+22=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1116 is #75EEE9. Grayscale: #353535. Windows color (decimal): -7728874 or 1446282. OLE color: 1446282.

HSL color Cylindrical-coordinate representation of color #8A1116: hue angle of 357.52º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1116 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 22 -
CMYK 0 0.88 0.84 0.46
HSL 357.52º 0.78% 0.3% -
HSV(B) 357.52º 0.88% 0.54% -
XYZ 10.83 5.86 1.32 -
YUV 53.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 138 17 22 0 0.88 0.84 0.46 357.52 0.78 0.3
Hex 8A 11 16 0 58 54 2E 166 4E 1E
Octal 212 21 26 0 130 124 56 546 116 36
Binary 10001010 10001 10110 0 1011000 1010100 101110 101100110 1001110 11110

Color Harmonies of #8A1116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1116

Black with #8A1116

Text Example


Text Example

White with #8A1116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1116; }

 p { color: rgb(138,17,22); }

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

background-color css

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

 a { background-color: rgb(138,17,22); }

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

border-color css

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

 span { border-color: rgb(138,17,22); }

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