Html Css Color HEX #8C042D Burgundy

📋 copy color: '#8C042D'

red 140 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #8C042D

Tints of Burgundy #8C042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.81%

R = 74.07%
G = 2.12%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C042D (or 0x8C042D) is known color: Burgundy. HEX triplet: 8C, 04 and 2D. RGB value is (140,4,45). Sum of RGB (Red+Green+Blue) = 140+4+45=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C042D is #73FBD2. Grayscale: #313131. Windows color (decimal): -7601107 or 2950284. OLE color: 2950284.

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

Color convert

RGB 140 4 45 -
CMYK 0 0.97 0.68 0.45
HSL 341.91º 0.94% 0.28% -
HSV(B) 341.91º 0.97% 0.55% -
XYZ 11.33 5.85 3.01 -
YUV 49.34 125.56 192.67 -
System Red Green Blue C M Y K H S L
Decimal 140 4 45 0 0.97 0.68 0.45 341.91 0.94 0.28
Hex 8C 4 2D 0 61 44 2D 156 5E 1C
Octal 214 4 55 0 141 104 55 526 136 34
Binary 10001100 100 101101 0 1100001 1000100 101101 101010110 1011110 11100

Color Harmonies of #8C042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C042D

Black with #8C042D

Text Example


Text Example

White with #8C042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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