Html Css Color HEX #8C042A Burgundy

📋 copy color: '#8C042A'

red 140 ◦ green 4 ◦ blue 42

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

Shades of Burgundy #8C042A

Tints of Burgundy #8C042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 75.27%
G = 2.15%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C042A (or 0x8C042A) is known color: Burgundy. HEX triplet: 8C, 04 and 2A. RGB value is (140,4,42). Sum of RGB (Red+Green+Blue) = 140+4+42=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C042A is #73FBD5. Grayscale: #303030. Windows color (decimal): -7601110 or 2753676. OLE color: 2753676.

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

Color convert

RGB 140 4 42 -
CMYK 0 0.97 0.7 0.45
HSL 343.24º 0.94% 0.28% -
HSV(B) 343.24º 0.97% 0.55% -
XYZ 11.28 5.83 2.72 -
YUV 49 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 140 4 42 0 0.97 0.7 0.45 343.24 0.94 0.28
Hex 8C 4 2A 0 61 46 2D 157 5E 1C
Octal 214 4 52 0 141 106 55 527 136 34
Binary 10001100 100 101010 0 1100001 1000110 101101 101010111 1011110 11100

Color Harmonies of #8C042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C042A

Black with #8C042A

Text Example


Text Example

White with #8C042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,42); }

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

background-color css

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

 a { background-color: rgb(140,4,42); }

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

border-color css

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

 span { border-color: rgb(140,4,42); }

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