Html Css Color HEX #8C062C Burgundy

📋 copy color: '#8C062C'

red 140 ◦ green 6 ◦ blue 44

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

Shades of Burgundy #8C062C

Tints of Burgundy #8C062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 73.68%
G = 3.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C062C (or 0x8C062C) is known color: Burgundy. HEX triplet: 8C, 06 and 2C. RGB value is (140,6,44). Sum of RGB (Red+Green+Blue) = 140+6+44=190 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.68% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 140 - color contains mainly: red. Hex color #8C062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C062C is #73F9D3. Grayscale: #323232. Windows color (decimal): -7600596 or 2885260. OLE color: 2885260.

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

Color convert

RGB 140 6 44 -
CMYK 0 0.96 0.69 0.45
HSL 342.99º 0.92% 0.29% -
HSV(B) 342.99º 0.96% 0.55% -
XYZ 11.33 5.89 2.92 -
YUV 50.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 140 6 44 0 0.96 0.69 0.45 342.99 0.92 0.29
Hex 8C 6 2C 0 60 45 2D 157 5C 1D
Octal 214 6 54 0 140 105 55 527 134 35
Binary 10001100 110 101100 0 1100000 1000101 101101 101010111 1011100 11101

Color Harmonies of #8C062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C062C

Black with #8C062C

Text Example


Text Example

White with #8C062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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