Html Css Color HEX #8C1126 Burgundy

📋 copy color: '#8C1126'

red 140 ◦ green 17 ◦ blue 38

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

Shades of Burgundy #8C1126

Tints of Burgundy #8C1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 71.79%
G = 8.72%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C1126 (or 0x8C1126) is known color: Burgundy. HEX triplet: 8C, 11 and 26. RGB value is (140,17,38). Sum of RGB (Red+Green+Blue) = 140+17+38=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1126 is #73EED9. Grayscale: #383838. Windows color (decimal): -7597786 or 2494860. OLE color: 2494860.

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

Color convert

RGB 140 17 38 -
CMYK 0 0.88 0.73 0.45
HSL 349.76º 0.78% 0.31% -
HSV(B) 349.76º 0.88% 0.55% -
XYZ 11.37 6.12 2.42 -
YUV 56.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 140 17 38 0 0.88 0.73 0.45 349.76 0.78 0.31
Hex 8C 11 26 0 58 49 2D 15E 4E 1F
Octal 214 21 46 0 130 111 55 536 116 37
Binary 10001100 10001 100110 0 1011000 1001001 101101 101011110 1001110 11111

Color Harmonies of #8C1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1126

Black with #8C1126

Text Example


Text Example

White with #8C1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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