Html Css Color HEX #8C1213 Sangria

📋 copy color: '#8C1213'

red 140 ◦ green 18 ◦ blue 19

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

Shades of Sangria #8C1213

Tints of Sangria #8C1213

RGB

 RED value IS 140 (55.08% from 255) = 79.1%

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

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 79.1%
G = 10.17%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C1213 (or 0x8C1213) is known color: Sangria. HEX triplet: 8C, 12 and 13. RGB value is (140,18,19). Sum of RGB (Red+Green+Blue) = 140+18+19=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1213 is #73EDEC. Grayscale: #363636. Windows color (decimal): -7597549 or 1249932. OLE color: 1249932.

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

Color convert

RGB 140 18 19 -
CMYK 0 0.87 0.86 0.45
HSL 359.51º 0.77% 0.31% -
HSV(B) 359.51º 0.87% 0.55% -
XYZ 11.15 6.06 1.2 -
YUV 54.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 140 18 19 0 0.87 0.86 0.45 359.51 0.77 0.31
Hex 8C 12 13 0 57 56 2D 168 4D 1F
Octal 214 22 23 0 127 126 55 550 115 37
Binary 10001100 10010 10011 0 1010111 1010110 101101 101101000 1001101 11111

Color Harmonies of #8C1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1213

Black with #8C1213

Text Example


Text Example

White with #8C1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,18,19); }

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

background-color css

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

 a { background-color: rgb(140,18,19); }

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

border-color css

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

 span { border-color: rgb(140,18,19); }

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