Html Css Color HEX #8C1031 Burgundy

📋 copy color: '#8C1031'

red 140 ◦ green 16 ◦ blue 49

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

Shades of Burgundy #8C1031

Tints of Burgundy #8C1031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 68.29%
G = 7.8%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C1031 (or 0x8C1031) is known color: Burgundy. HEX triplet: 8C, 10 and 31. RGB value is (140,16,49). Sum of RGB (Red+Green+Blue) = 140+16+49=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1031 is #73EFCE. Grayscale: #383838. Windows color (decimal): -7598031 or 3215500. OLE color: 3215500.

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

Color convert

RGB 140 16 49 -
CMYK 0 0.89 0.65 0.45
HSL 344.03º 0.79% 0.31% -
HSV(B) 344.03º 0.89% 0.55% -
XYZ 11.55 6.17 3.49 -
YUV 56.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 140 16 49 0 0.89 0.65 0.45 344.03 0.79 0.31
Hex 8C 10 31 0 59 41 2D 158 4F 1F
Octal 214 20 61 0 131 101 55 530 117 37
Binary 10001100 10000 110001 0 1011001 1000001 101101 101011000 1001111 11111

Color Harmonies of #8C1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1031

Black with #8C1031

Text Example


Text Example

White with #8C1031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,16,49); }

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

background-color css

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

 a { background-color: rgb(140,16,49); }

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

border-color css

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

 span { border-color: rgb(140,16,49); }

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