Html Css Color HEX #8C0429 Burgundy

📋 copy color: '#8C0429'

red 140 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #8C0429

Tints of Burgundy #8C0429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.16%

R = 75.68%
G = 2.16%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C0429 (or 0x8C0429) is known color: Burgundy. HEX triplet: 8C, 04 and 29. RGB value is (140,4,41). Sum of RGB (Red+Green+Blue) = 140+4+41=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0429 is #73FBD6. Grayscale: #303030. Windows color (decimal): -7601111 or 2688140. OLE color: 2688140.

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

Color convert

RGB 140 4 41 -
CMYK 0 0.97 0.71 0.45
HSL 343.68º 0.94% 0.28% -
HSV(B) 343.68º 0.97% 0.55% -
XYZ 11.26 5.82 2.63 -
YUV 48.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 140 4 41 0 0.97 0.71 0.45 343.68 0.94 0.28
Hex 8C 4 29 0 61 47 2D 158 5E 1C
Octal 214 4 51 0 141 107 55 530 136 34
Binary 10001100 100 101001 0 1100001 1000111 101101 101011000 1011110 11100

Color Harmonies of #8C0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0429

Black with #8C0429

Text Example


Text Example

White with #8C0429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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