Html Css Color HEX #8C063A Burgundy

📋 copy color: '#8C063A'

red 140 ◦ green 6 ◦ blue 58

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

Shades of Burgundy #8C063A

Tints of Burgundy #8C063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 68.63%
G = 2.94%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C063A (or 0x8C063A) is known color: Burgundy. HEX triplet: 8C, 06 and 3A. RGB value is (140,6,58). Sum of RGB (Red+Green+Blue) = 140+6+58=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C063A is #73F9C5. Grayscale: #333333. Windows color (decimal): -7600582 or 3802764. OLE color: 3802764.

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

Color convert

RGB 140 6 58 -
CMYK 0 0.96 0.59 0.45
HSL 336.72º 0.92% 0.29% -
HSV(B) 336.72º 0.96% 0.55% -
XYZ 11.64 6.01 4.55 -
YUV 51.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 140 6 58 0 0.96 0.59 0.45 336.72 0.92 0.29
Hex 8C 6 3A 0 60 3B 2D 151 5C 1D
Octal 214 6 72 0 140 73 55 521 134 35
Binary 10001100 110 111010 0 1100000 111011 101101 101010001 1011100 11101

Color Harmonies of #8C063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C063A

Black with #8C063A

Text Example


Text Example

White with #8C063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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