Html Css Color HEX #8C0437 Burgundy

📋 copy color: '#8C0437'

red 140 ◦ green 4 ◦ blue 55

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

Shades of Burgundy #8C0437

Tints of Burgundy #8C0437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.64%

R = 70.35%
G = 2.01%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C0437 (or 0x8C0437) is known color: Burgundy. HEX triplet: 8C, 04 and 37. RGB value is (140,4,55). Sum of RGB (Red+Green+Blue) = 140+4+55=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0437 is #73FBC8. Grayscale: #323232. Windows color (decimal): -7601097 or 3605644. OLE color: 3605644.

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

Color convert

RGB 140 4 55 -
CMYK 0 0.97 0.61 0.45
HSL 337.5º 0.94% 0.28% -
HSV(B) 337.5º 0.97% 0.55% -
XYZ 11.55 5.94 4.15 -
YUV 50.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 140 4 55 0 0.97 0.61 0.45 337.5 0.94 0.28
Hex 8C 4 37 0 61 3D 2D 152 5E 1C
Octal 214 4 67 0 141 75 55 522 136 34
Binary 10001100 100 110111 0 1100001 111101 101101 101010010 1011110 11100

Color Harmonies of #8C0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0437

Black with #8C0437

Text Example


Text Example

White with #8C0437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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