Html Css Color HEX #8A1516 Sangria

📋 copy color: '#8A1516'

red 138 ◦ green 21 ◦ blue 22

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

Shades of Sangria #8A1516

Tints of Sangria #8A1516

RGB

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

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

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

R = 76.24%
G = 11.6%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A1516 (or 0x8A1516) is known color: Sangria. HEX triplet: 8A, 15 and 16. RGB value is (138,21,22). Sum of RGB (Red+Green+Blue) = 138+21+22=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1516 is #75EAE9. Grayscale: #383838. Windows color (decimal): -7727850 or 1447306. OLE color: 1447306.

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

Color convert

RGB 138 21 22 -
CMYK 0 0.85 0.84 0.46
HSL 359.49º 0.74% 0.31% -
HSV(B) 359.49º 0.85% 0.54% -
XYZ 10.89 6 1.34 -
YUV 56.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 138 21 22 0 0.85 0.84 0.46 359.49 0.74 0.31
Hex 8A 15 16 0 55 54 2E 167 4A 1F
Octal 212 25 26 0 125 124 56 547 112 37
Binary 10001010 10101 10110 0 1010101 1010100 101110 101100111 1001010 11111

Color Harmonies of #8A1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1516

Black with #8A1516

Text Example


Text Example

White with #8A1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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