Html Css Color HEX #8C1129 Burgundy

📋 copy color: '#8C1129'

red 140 ◦ green 17 ◦ blue 41

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

Shades of Burgundy #8C1129

Tints of Burgundy #8C1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 70.71%
G = 8.59%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C1129 (or 0x8C1129) is known color: Burgundy. HEX triplet: 8C, 11 and 29. RGB value is (140,17,41). Sum of RGB (Red+Green+Blue) = 140+17+41=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1129 is #73EED6. Grayscale: #383838. Windows color (decimal): -7597783 or 2691468. OLE color: 2691468.

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

Color convert

RGB 140 17 41 -
CMYK 0 0.88 0.71 0.45
HSL 348.29º 0.78% 0.31% -
HSV(B) 348.29º 0.88% 0.55% -
XYZ 11.42 6.14 2.68 -
YUV 56.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 140 17 41 0 0.88 0.71 0.45 348.29 0.78 0.31
Hex 8C 11 29 0 58 47 2D 15C 4E 1F
Octal 214 21 51 0 130 107 55 534 116 37
Binary 10001100 10001 101001 0 1011000 1000111 101101 101011100 1001110 11111

Color Harmonies of #8C1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1129

Black with #8C1129

Text Example


Text Example

White with #8C1129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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