Html Css Color HEX #8C050E Sangria

📋 copy color: '#8C050E'

red 140 ◦ green 5 ◦ blue 14

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

Shades of Sangria #8C050E

Tints of Sangria #8C050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

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

R = 88.05%
G = 3.14%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8C050E (or 0x8C050E) is known color: Sangria. HEX triplet: 8C, 05 and 0E. RGB value is (140,5,14). Sum of RGB (Red+Green+Blue) = 140+5+14=159 (21% of max value = 765). Red value is 140 (55.08% from 255 or 88.05% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 140 - color contains mainly: red. Hex color #8C050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C050E is #73FAF1. Grayscale: #2E2E2E. Windows color (decimal): -7600882 or 918924. OLE color: 918924.

HSL color Cylindrical-coordinate representation of color #8C050E: hue angle of 356º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C050E is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 5 14 -
CMYK 0 0.96 0.90 0.45
HSL 356º 0.93% 0.28% -
HSV(B) 356º 0.96% 0.55% -
XYZ 10.95 5.72 0.94 -
YUV 46.39 109.73 194.77 -
System Red Green Blue C M Y K H S L
Decimal 140 5 14 0 0.96 0.90 0.45 356 0.93 0.28
Hex 8C 5 E 0 60 5A 2D 164 5D 1C
Octal 214 5 16 0 140 132 55 544 135 34
Binary 10001100 101 1110 0 1100000 1011010 101101 101100100 1011101 11100

Color Harmonies of #8C050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C050E

Black with #8C050E

Text Example


Text Example

White with #8C050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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