Html Css Color HEX #8C0D3B Burgundy

📋 copy color: '#8C0D3B'

red 140 ◦ green 13 ◦ blue 59

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

Shades of Burgundy #8C0D3B

Tints of Burgundy #8C0D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.13%

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 66.04%
G = 6.13%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C0D3B (or 0x8C0D3B) is known color: Burgundy. HEX triplet: 8C, 0D and 3B. RGB value is (140,13,59). Sum of RGB (Red+Green+Blue) = 140+13+59=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D3B is #73F2C4. Grayscale: #383838. Windows color (decimal): -7598789 or 3870092. OLE color: 3870092.

HSL color Cylindrical-coordinate representation of color #8C0D3B: hue angle of 338.27º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D3B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 13 59 -
CMYK 0 0.91 0.58 0.45
HSL 338.27º 0.83% 0.3% -
HSV(B) 338.27º 0.91% 0.55% -
XYZ 11.75 6.18 4.71 -
YUV 56.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 140 13 59 0 0.91 0.58 0.45 338.27 0.83 0.3
Hex 8C D 3B 0 5B 3A 2D 152 53 1E
Octal 214 15 73 0 133 72 55 522 123 36
Binary 10001100 1101 111011 0 1011011 111010 101101 101010010 1010011 11110

Color Harmonies of #8C0D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0D3B

Black with #8C0D3B

Text Example


Text Example

White with #8C0D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,13,59); }

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

background-color css

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

 a { background-color: rgb(140,13,59); }

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

border-color css

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

 span { border-color: rgb(140,13,59); }

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