Html Css Color HEX #8F112B Burgundy

📋 copy color: '#8F112B'

red 143 ◦ green 17 ◦ blue 43

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

Shades of Burgundy #8F112B

Tints of Burgundy #8F112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 70.44%
G = 8.37%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8F112B (or 0x8F112B) is known color: Burgundy. HEX triplet: 8F, 11 and 2B. RGB value is (143,17,43). Sum of RGB (Red+Green+Blue) = 143+17+43=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F112B is #70EED4. Grayscale: #393939. Windows color (decimal): -7401173 or 2822543. OLE color: 2822543.

HSL color Cylindrical-coordinate representation of color #8F112B: hue angle of 347.62º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F112B is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 17 43 -
CMYK 0 0.88 0.70 0.44
HSL 347.62º 0.79% 0.31% -
HSV(B) 347.62º 0.88% 0.56% -
XYZ 11.96 6.41 2.89 -
YUV 57.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 143 17 43 0 0.88 0.70 0.44 347.62 0.79 0.31
Hex 8F 11 2B 0 58 46 2C 15C 4F 1F
Octal 217 21 53 0 130 106 54 534 117 37
Binary 10001111 10001 101011 0 1011000 1000110 101100 101011100 1001111 11111

Color Harmonies of #8F112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F112B

Black with #8F112B

Text Example


Text Example

White with #8F112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,17,43); }

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

background-color css

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

 a { background-color: rgb(143,17,43); }

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

border-color css

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

 span { border-color: rgb(143,17,43); }

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