Html Css Color HEX #8C0811 Sangria

📋 copy color: '#8C0811'

red 140 ◦ green 8 ◦ blue 17

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

Shades of Sangria #8C0811

Tints of Sangria #8C0811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 84.85%
G = 4.85%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C0811 (or 0x8C0811) is known color: Sangria. HEX triplet: 8C, 08 and 11. RGB value is (140,8,17). Sum of RGB (Red+Green+Blue) = 140+8+17=165 (21% of max value = 765). Red value is 140 (55.08% from 255 or 84.85% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0811 is #73F7EE. Grayscale: #303030. Windows color (decimal): -7600111 or 1116300. OLE color: 1116300.

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

Color convert

RGB 140 8 17 -
CMYK 0 0.94 0.88 0.45
HSL 355.91º 0.89% 0.29% -
HSV(B) 355.91º 0.94% 0.55% -
XYZ 11 5.79 1.07 -
YUV 48.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 140 8 17 0 0.94 0.88 0.45 355.91 0.89 0.29
Hex 8C 8 11 0 5E 58 2D 164 59 1D
Octal 214 10 21 0 136 130 55 544 131 35
Binary 10001100 1000 10001 0 1011110 1011000 101101 101100100 1011001 11101

Color Harmonies of #8C0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0811

Black with #8C0811

Text Example


Text Example

White with #8C0811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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