Html Css Color HEX #8C0831 Burgundy

📋 copy color: '#8C0831'

red 140 ◦ green 8 ◦ blue 49

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

Shades of Burgundy #8C0831

Tints of Burgundy #8C0831

RGB

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

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

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

R = 71.07%
G = 4.06%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C0831 (or 0x8C0831) is known color: Burgundy. HEX triplet: 8C, 08 and 31. RGB value is (140,8,49). Sum of RGB (Red+Green+Blue) = 140+8+49=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0831 is #73F7CE. Grayscale: #343434. Windows color (decimal): -7600079 or 3213452. OLE color: 3213452.

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

Color convert

RGB 140 8 49 -
CMYK 0 0.94 0.65 0.45
HSL 341.36º 0.89% 0.29% -
HSV(B) 341.36º 0.94% 0.55% -
XYZ 11.46 5.97 3.45 -
YUV 52.14 126.23 190.67 -
System Red Green Blue C M Y K H S L
Decimal 140 8 49 0 0.94 0.65 0.45 341.36 0.89 0.29
Hex 8C 8 31 0 5E 41 2D 155 59 1D
Octal 214 10 61 0 136 101 55 525 131 35
Binary 10001100 1000 110001 0 1011110 1000001 101101 101010101 1011001 11101

Color Harmonies of #8C0831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0831

Black with #8C0831

Text Example


Text Example

White with #8C0831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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