Html Css Color HEX #8C1314 Sangria

📋 copy color: '#8C1314'

red 140 ◦ green 19 ◦ blue 20

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

Shades of Sangria #8C1314

Tints of Sangria #8C1314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

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

R = 78.21%
G = 10.61%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C1314 (or 0x8C1314) is known color: Sangria. HEX triplet: 8C, 13 and 14. RGB value is (140,19,20). Sum of RGB (Red+Green+Blue) = 140+19+20=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1314 is #73ECEB. Grayscale: #373737. Windows color (decimal): -7597292 or 1315724. OLE color: 1315724.

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

Color convert

RGB 140 19 20 -
CMYK 0 0.86 0.86 0.45
HSL 359.5º 0.76% 0.31% -
HSV(B) 359.5º 0.86% 0.55% -
XYZ 11.17 6.09 1.25 -
YUV 55.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 140 19 20 0 0.86 0.86 0.45 359.5 0.76 0.31
Hex 8C 13 14 0 56 56 2D 168 4C 1F
Octal 214 23 24 0 126 126 55 550 114 37
Binary 10001100 10011 10100 0 1010110 1010110 101101 101101000 1001100 11111

Color Harmonies of #8C1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1314

Black with #8C1314

Text Example


Text Example

White with #8C1314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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