Html Css Color HEX #8C0940 Burgundy

📋 copy color: '#8C0940'

red 140 ◦ green 9 ◦ blue 64

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

Shades of Burgundy #8C0940

Tints of Burgundy #8C0940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 65.73%
G = 4.23%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8C0940 (or 0x8C0940) is known color: Burgundy. HEX triplet: 8C, 09 and 40. RGB value is (140,9,64). Sum of RGB (Red+Green+Blue) = 140+9+64=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0940 is #73F6BF. Grayscale: #363636. Windows color (decimal): -7599808 or 4196748. OLE color: 4196748.

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

Color convert

RGB 140 9 64 -
CMYK 0 0.94 0.54 0.45
HSL 334.81º 0.88% 0.29% -
HSV(B) 334.81º 0.94% 0.55% -
XYZ 11.84 6.14 5.41 -
YUV 54.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 140 9 64 0 0.94 0.54 0.45 334.81 0.88 0.29
Hex 8C 9 40 0 5E 36 2D 14F 58 1D
Octal 214 11 100 0 136 66 55 517 130 35
Binary 10001100 1001 1000000 0 1011110 110110 101101 101001111 1011000 11101

Color Harmonies of #8C0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0940

Black with #8C0940

Text Example


Text Example

White with #8C0940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,9,64); }

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

background-color css

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

 a { background-color: rgb(140,9,64); }

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

border-color css

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

 span { border-color: rgb(140,9,64); }

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