Html Css Color HEX #8F112A Burgundy

📋 copy color: '#8F112A'

red 143 ◦ green 17 ◦ blue 42

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

Shades of Burgundy #8F112A

Tints of Burgundy #8F112A

RGB

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

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

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

R = 70.79%
G = 8.42%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F112A (or 0x8F112A) is known color: Burgundy. HEX triplet: 8F, 11 and 2A. RGB value is (143,17,42). Sum of RGB (Red+Green+Blue) = 143+17+42=202 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.79% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 143 - color contains mainly: red. Hex color #8F112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F112A is #70EED5. Grayscale: #393939. Windows color (decimal): -7401174 or 2757007. OLE color: 2757007.

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

Color convert

RGB 143 17 42 -
CMYK 0 0.88 0.71 0.44
HSL 348.1º 0.79% 0.31% -
HSV(B) 348.1º 0.88% 0.56% -
XYZ 11.95 6.41 2.8 -
YUV 57.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 143 17 42 0 0.88 0.71 0.44 348.1 0.79 0.31
Hex 8F 11 2A 0 58 47 2C 15C 4F 1F
Octal 217 21 52 0 130 107 54 534 117 37
Binary 10001111 10001 101010 0 1011000 1000111 101100 101011100 1001111 11111

Color Harmonies of #8F112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F112A

Black with #8F112A

Text Example


Text Example

White with #8F112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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