Html Css Color HEX #8C021F Burgundy

📋 copy color: '#8C021F'

red 140 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #8C021F

Tints of Burgundy #8C021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 80.92%
G = 1.16%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C021F (or 0x8C021F) is known color: Burgundy. HEX triplet: 8C, 02 and 1F. RGB value is (140,2,31). Sum of RGB (Red+Green+Blue) = 140+2+31=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C021F is #73FDE0. Grayscale: #2E2E2E. Windows color (decimal): -7601633 or 2032268. OLE color: 2032268.

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

Color convert

RGB 140 2 31 -
CMYK 0 0.99 0.78 0.45
HSL 347.39º 0.97% 0.28% -
HSV(B) 347.39º 0.99% 0.55% -
XYZ 11.08 5.72 1.82 -
YUV 46.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 140 2 31 0 0.99 0.78 0.45 347.39 0.97 0.28
Hex 8C 2 1F 0 63 4E 2D 15B 61 1C
Octal 214 2 37 0 143 116 55 533 141 34
Binary 10001100 10 11111 0 1100011 1001110 101101 101011011 1100001 11100

Color Harmonies of #8C021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C021F

Black with #8C021F

Text Example


Text Example

White with #8C021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,2,31); }

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

background-color css

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

 a { background-color: rgb(140,2,31); }

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

border-color css

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

 span { border-color: rgb(140,2,31); }

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