Html Css Color HEX #8F122C Burgundy

📋 copy color: '#8F122C'

red 143 ◦ green 18 ◦ blue 44

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

Shades of Burgundy #8F122C

Tints of Burgundy #8F122C

RGB

 RED value IS 143 (56.25% from 255) = 69.76%

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

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 69.76%
G = 8.78%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F122C (or 0x8F122C) is known color: Burgundy. HEX triplet: 8F, 12 and 2C. RGB value is (143,18,44). Sum of RGB (Red+Green+Blue) = 143+18+44=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F122C is #70EDD3. Grayscale: #3A3A3A. Windows color (decimal): -7400916 or 2888335. OLE color: 2888335.

HSL color Cylindrical-coordinate representation of color #8F122C: hue angle of 347.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F122C is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 18 44 -
CMYK 0 0.87 0.69 0.44
HSL 347.52º 0.78% 0.32% -
HSV(B) 347.52º 0.87% 0.56% -
XYZ 12 6.45 3 -
YUV 58.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 143 18 44 0 0.87 0.69 0.44 347.52 0.78 0.32
Hex 8F 12 2C 0 57 45 2C 15C 4E 20
Octal 217 22 54 0 127 105 54 534 116 40
Binary 10001111 10010 101100 0 1010111 1000101 101100 101011100 1001110 100000

Color Harmonies of #8F122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F122C

Black with #8F122C

Text Example


Text Example

White with #8F122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,18,44); }

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

background-color css

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

 a { background-color: rgb(143,18,44); }

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

border-color css

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

 span { border-color: rgb(143,18,44); }

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