Html Css Color HEX #8C0631 Burgundy

📋 copy color: '#8C0631'

red 140 ◦ green 6 ◦ blue 49

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

Shades of Burgundy #8C0631

Tints of Burgundy #8C0631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 71.79%
G = 3.08%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C0631 (or 0x8C0631) is known color: Burgundy. HEX triplet: 8C, 06 and 31. RGB value is (140,6,49). Sum of RGB (Red+Green+Blue) = 140+6+49=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0631 is #73F9CE. Grayscale: #323232. Windows color (decimal): -7600591 or 3212940. OLE color: 3212940.

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

Color convert

RGB 140 6 49 -
CMYK 0 0.96 0.65 0.45
HSL 340.75º 0.92% 0.29% -
HSV(B) 340.75º 0.96% 0.55% -
XYZ 11.43 5.93 3.45 -
YUV 50.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 140 6 49 0 0.96 0.65 0.45 340.75 0.92 0.29
Hex 8C 6 31 0 60 41 2D 155 5C 1D
Octal 214 6 61 0 140 101 55 525 134 35
Binary 10001100 110 110001 0 1100000 1000001 101101 101010101 1011100 11101

Color Harmonies of #8C0631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0631

Black with #8C0631

Text Example


Text Example

White with #8C0631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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