Html Css Color HEX #8A1215 Sangria

📋 copy color: '#8A1215'

red 138 ◦ green 18 ◦ blue 21

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

Shades of Sangria #8A1215

Tints of Sangria #8A1215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

 BLUE value IS 21 (8.59% from 255) = 11.86%

R = 77.97%
G = 10.17%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#8A1215 (or 0x8A1215) is known color: Sangria. HEX triplet: 8A, 12 and 15. RGB value is (138,18,21). Sum of RGB (Red+Green+Blue) = 138+18+21=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1215 is #75EDEA. Grayscale: #363636. Windows color (decimal): -7728619 or 1381002. OLE color: 1381002.

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

Color convert

RGB 138 18 21 -
CMYK 0 0.87 0.85 0.46
HSL 358.5º 0.77% 0.31% -
HSV(B) 358.5º 0.87% 0.54% -
XYZ 10.83 5.89 1.28 -
YUV 54.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 138 18 21 0 0.87 0.85 0.46 358.5 0.77 0.31
Hex 8A 12 15 0 57 55 2E 166 4D 1F
Octal 212 22 25 0 127 125 56 546 115 37
Binary 10001010 10010 10101 0 1010111 1010101 101110 101100110 1001101 11111

Color Harmonies of #8A1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1215

Black with #8A1215

Text Example


Text Example

White with #8A1215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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