Html Css Color HEX #8C0336 Burgundy

📋 copy color: '#8C0336'

red 140 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #8C0336

Tints of Burgundy #8C0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 54 (21.48% from 255) = 27.41%

R = 71.07%
G = 1.52%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C0336 (or 0x8C0336) is known color: Burgundy. HEX triplet: 8C, 03 and 36. RGB value is (140,3,54). Sum of RGB (Red+Green+Blue) = 140+3+54=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0336 is #73FCC9. Grayscale: #313131. Windows color (decimal): -7601354 or 3539852. OLE color: 3539852.

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

Color convert

RGB 140 3 54 -
CMYK 0 0.98 0.61 0.45
HSL 337.66º 0.96% 0.28% -
HSV(B) 337.66º 0.98% 0.55% -
XYZ 11.51 5.91 4.02 -
YUV 49.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 140 3 54 0 0.98 0.61 0.45 337.66 0.96 0.28
Hex 8C 3 36 0 62 3D 2D 152 60 1C
Octal 214 3 66 0 142 75 55 522 140 34
Binary 10001100 11 110110 0 1100010 111101 101101 101010010 1100000 11100

Color Harmonies of #8C0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0336

Black with #8C0336

Text Example


Text Example

White with #8C0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,54); }

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

background-color css

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

 a { background-color: rgb(140,3,54); }

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

border-color css

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

 span { border-color: rgb(140,3,54); }

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