Html Css Color HEX #8C122A Burgundy

📋 copy color: '#8C122A'

red 140 ◦ green 18 ◦ blue 42

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

Shades of Burgundy #8C122A

Tints of Burgundy #8C122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 42 (16.8% from 255) = 21%

R = 70%
G = 9%
B = 21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C122A (or 0x8C122A) is known color: Burgundy. HEX triplet: 8C, 12 and 2A. RGB value is (140,18,42). Sum of RGB (Red+Green+Blue) = 140+18+42=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C122A is #73EDD5. Grayscale: #393939. Windows color (decimal): -7597526 or 2757260. OLE color: 2757260.

HSL color Cylindrical-coordinate representation of color #8C122A: hue angle of 348.2º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C122A is Cyan = 0, Magento = 0.87, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 18 42 -
CMYK 0 0.87 0.7 0.45
HSL 348.2º 0.77% 0.31% -
HSV(B) 348.2º 0.87% 0.55% -
XYZ 11.45 6.18 2.78 -
YUV 57.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 140 18 42 0 0.87 0.7 0.45 348.2 0.77 0.31
Hex 8C 12 2A 0 57 46 2D 15C 4D 1F
Octal 214 22 52 0 127 106 55 534 115 37
Binary 10001100 10010 101010 0 1010111 1000110 101101 101011100 1001101 11111

Color Harmonies of #8C122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C122A

Black with #8C122A

Text Example


Text Example

White with #8C122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,18,42); }

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

background-color css

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

 a { background-color: rgb(140,18,42); }

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

border-color css

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

 span { border-color: rgb(140,18,42); }

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