Html Css Color HEX #8C0812 Sangria

📋 copy color: '#8C0812'

red 140 ◦ green 8 ◦ blue 18

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

Shades of Sangria #8C0812

Tints of Sangria #8C0812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

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

R = 84.34%
G = 4.82%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#8C0812 (or 0x8C0812) is known color: Sangria. HEX triplet: 8C, 08 and 12. RGB value is (140,8,18). Sum of RGB (Red+Green+Blue) = 140+8+18=166 (21% of max value = 765). Red value is 140 (55.08% from 255 or 84.34% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0812 is #73F7ED. Grayscale: #303030. Windows color (decimal): -7600110 or 1181836. OLE color: 1181836.

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

Color convert

RGB 140 8 18 -
CMYK 0 0.94 0.87 0.45
HSL 355.45º 0.89% 0.29% -
HSV(B) 355.45º 0.94% 0.55% -
XYZ 11.01 5.79 1.11 -
YUV 48.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 140 8 18 0 0.94 0.87 0.45 355.45 0.89 0.29
Hex 8C 8 12 0 5E 57 2D 163 59 1D
Octal 214 10 22 0 136 127 55 543 131 35
Binary 10001100 1000 10010 0 1011110 1010111 101101 101100011 1011001 11101

Color Harmonies of #8C0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0812

Black with #8C0812

Text Example


Text Example

White with #8C0812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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