Html Css Color HEX #8C072C Burgundy

📋 copy color: '#8C072C'

red 140 ◦ green 7 ◦ blue 44

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

Shades of Burgundy #8C072C

Tints of Burgundy #8C072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.66%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 73.3%
G = 3.66%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C072C (or 0x8C072C) is known color: Burgundy. HEX triplet: 8C, 07 and 2C. RGB value is (140,7,44). Sum of RGB (Red+Green+Blue) = 140+7+44=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C072C is #73F8D3. Grayscale: #323232. Windows color (decimal): -7600340 or 2885516. OLE color: 2885516.

HSL color Cylindrical-coordinate representation of color #8C072C: hue angle of 343.31º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C072C is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 7 44 -
CMYK 0 0.95 0.69 0.45
HSL 343.31º 0.9% 0.29% -
HSV(B) 343.31º 0.95% 0.55% -
XYZ 11.35 5.91 2.93 -
YUV 50.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 140 7 44 0 0.95 0.69 0.45 343.31 0.9 0.29
Hex 8C 7 2C 0 5F 45 2D 157 5A 1D
Octal 214 7 54 0 137 105 55 527 132 35
Binary 10001100 111 101100 0 1011111 1000101 101101 101010111 1011010 11101

Color Harmonies of #8C072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C072C

Black with #8C072C

Text Example


Text Example

White with #8C072C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,44); }

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

background-color css

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

 a { background-color: rgb(140,7,44); }

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

border-color css

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

 span { border-color: rgb(140,7,44); }

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