Html Css Color HEX #8C1228 Burgundy

📋 copy color: '#8C1228'

red 140 ◦ green 18 ◦ blue 40

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

Shades of Burgundy #8C1228

Tints of Burgundy #8C1228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.2%

R = 70.71%
G = 9.09%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C1228 (or 0x8C1228) is known color: Burgundy. HEX triplet: 8C, 12 and 28. RGB value is (140,18,40). Sum of RGB (Red+Green+Blue) = 140+18+40=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1228 is #73EDD7. Grayscale: #393939. Windows color (decimal): -7597528 or 2626188. OLE color: 2626188.

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

Color convert

RGB 140 18 40 -
CMYK 0 0.87 0.71 0.45
HSL 349.18º 0.77% 0.31% -
HSV(B) 349.18º 0.87% 0.55% -
XYZ 11.41 6.16 2.6 -
YUV 56.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 140 18 40 0 0.87 0.71 0.45 349.18 0.77 0.31
Hex 8C 12 28 0 57 47 2D 15D 4D 1F
Octal 214 22 50 0 127 107 55 535 115 37
Binary 10001100 10010 101000 0 1010111 1000111 101101 101011101 1001101 11111

Color Harmonies of #8C1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1228

Black with #8C1228

Text Example


Text Example

White with #8C1228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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