Html Css Color HEX #8C0D35 Burgundy

📋 copy color: '#8C0D35'

red 140 ◦ green 13 ◦ blue 53

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

Shades of Burgundy #8C0D35

Tints of Burgundy #8C0D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 67.96%
G = 6.31%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C0D35 (or 0x8C0D35) is known color: Burgundy. HEX triplet: 8C, 0D and 35. RGB value is (140,13,53). Sum of RGB (Red+Green+Blue) = 140+13+53=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D35 is #73F2CA. Grayscale: #373737. Windows color (decimal): -7598795 or 3476876. OLE color: 3476876.

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

Color convert

RGB 140 13 53 -
CMYK 0 0.91 0.62 0.45
HSL 341.1º 0.83% 0.3% -
HSV(B) 341.1º 0.91% 0.55% -
XYZ 11.6 6.12 3.94 -
YUV 55.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 140 13 53 0 0.91 0.62 0.45 341.1 0.83 0.3
Hex 8C D 35 0 5B 3E 2D 155 53 1E
Octal 214 15 65 0 133 76 55 525 123 36
Binary 10001100 1101 110101 0 1011011 111110 101101 101010101 1010011 11110

Color Harmonies of #8C0D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0D35

Black with #8C0D35

Text Example


Text Example

White with #8C0D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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