Html Css Color HEX #8C1214 Sangria

📋 copy color: '#8C1214'

red 140 ◦ green 18 ◦ blue 20

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

Shades of Sangria #8C1214

Tints of Sangria #8C1214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 78.65%
G = 10.11%
B = 11.24%

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

#8C1214 (or 0x8C1214) is known color: Sangria. HEX triplet: 8C, 12 and 14. RGB value is (140,18,20). Sum of RGB (Red+Green+Blue) = 140+18+20=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1214 is #73EDEB. Grayscale: #363636. Windows color (decimal): -7597548 or 1315468. OLE color: 1315468.

HSL color Cylindrical-coordinate representation of color #8C1214: hue angle of 359.02º 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 #8C1214 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 18 20 -
CMYK 0 0.87 0.86 0.45
HSL 359.02º 0.77% 0.31% -
HSV(B) 359.02º 0.87% 0.55% -
XYZ 11.16 6.06 1.24 -
YUV 54.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 140 18 20 0 0.87 0.86 0.45 359.02 0.77 0.31
Hex 8C 12 14 0 57 56 2D 167 4D 1F
Octal 214 22 24 0 127 126 55 547 115 37
Binary 10001100 10010 10100 0 1010111 1010110 101101 101100111 1001101 11111

Color Harmonies of #8C1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1214

Black with #8C1214

Text Example


Text Example

White with #8C1214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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