Html Css Color HEX #8C1012 Sangria

📋 copy color: '#8C1012'

red 140 ◦ green 16 ◦ blue 18

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

Shades of Sangria #8C1012

Tints of Sangria #8C1012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 80.46%
G = 9.2%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#8C1012 (or 0x8C1012) is known color: Sangria. HEX triplet: 8C, 10 and 12. RGB value is (140,16,18). Sum of RGB (Red+Green+Blue) = 140+16+18=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1012 is #73EFED. Grayscale: #353535. Windows color (decimal): -7598062 or 1183884. OLE color: 1183884.

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

Color convert

RGB 140 16 18 -
CMYK 0 0.89 0.87 0.45
HSL 359.03º 0.79% 0.31% -
HSV(B) 359.03º 0.89% 0.55% -
XYZ 11.11 5.99 1.14 -
YUV 53.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 140 16 18 0 0.89 0.87 0.45 359.03 0.79 0.31
Hex 8C 10 12 0 59 57 2D 167 4F 1F
Octal 214 20 22 0 131 127 55 547 117 37
Binary 10001100 10000 10010 0 1011001 1010111 101101 101100111 1001111 11111

Color Harmonies of #8C1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1012

Black with #8C1012

Text Example


Text Example

White with #8C1012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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