Html Css Color HEX #8C042B Burgundy

📋 copy color: '#8C042B'

red 140 ◦ green 4 ◦ blue 43

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

Shades of Burgundy #8C042B

Tints of Burgundy #8C042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 74.87%
G = 2.14%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C042B (or 0x8C042B) is known color: Burgundy. HEX triplet: 8C, 04 and 2B. RGB value is (140,4,43). Sum of RGB (Red+Green+Blue) = 140+4+43=187 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.87% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 140 - color contains mainly: red. Hex color #8C042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C042B is #73FBD4. Grayscale: #313131. Windows color (decimal): -7601109 or 2819212. OLE color: 2819212.

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

Color convert

RGB 140 4 43 -
CMYK 0 0.97 0.69 0.45
HSL 342.79º 0.94% 0.28% -
HSV(B) 342.79º 0.97% 0.55% -
XYZ 11.29 5.84 2.82 -
YUV 49.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 140 4 43 0 0.97 0.69 0.45 342.79 0.94 0.28
Hex 8C 4 2B 0 61 45 2D 157 5E 1C
Octal 214 4 53 0 141 105 55 527 136 34
Binary 10001100 100 101011 0 1100001 1000101 101101 101010111 1011110 11100

Color Harmonies of #8C042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C042B

Black with #8C042B

Text Example


Text Example

White with #8C042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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