Html Css Color HEX #8C080E Sangria

📋 copy color: '#8C080E'

red 140 ◦ green 8 ◦ blue 14

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

Shades of Sangria #8C080E

Tints of Sangria #8C080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 86.42%
G = 4.94%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8C080E (or 0x8C080E) is known color: Sangria. HEX triplet: 8C, 08 and 0E. RGB value is (140,8,14). Sum of RGB (Red+Green+Blue) = 140+8+14=162 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.42% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 140 - color contains mainly: red. Hex color #8C080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C080E is #73F7F1. Grayscale: #303030. Windows color (decimal): -7600114 or 919692. OLE color: 919692.

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

Color convert

RGB 140 8 14 -
CMYK 0 0.94 0.90 0.45
HSL 357.27º 0.89% 0.29% -
HSV(B) 357.27º 0.94% 0.55% -
XYZ 10.98 5.78 0.95 -
YUV 48.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 140 8 14 0 0.94 0.90 0.45 357.27 0.89 0.29
Hex 8C 8 E 0 5E 5A 2D 165 59 1D
Octal 214 10 16 0 136 132 55 545 131 35
Binary 10001100 1000 1110 0 1011110 1011010 101101 101100101 1011001 11101

Color Harmonies of #8C080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C080E

Black with #8C080E

Text Example


Text Example

White with #8C080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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