Html Css Color HEX #8F1229 Burgundy

📋 copy color: '#8F1229'

red 143 ◦ green 18 ◦ blue 41

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

Shades of Burgundy #8F1229

Tints of Burgundy #8F1229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 70.79%
G = 8.91%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F1229 (or 0x8F1229) is known color: Burgundy. HEX triplet: 8F, 12 and 29. RGB value is (143,18,41). Sum of RGB (Red+Green+Blue) = 143+18+41=202 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.79% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1229 is #70EDD6. Grayscale: #3A3A3A. Windows color (decimal): -7400919 or 2691727. OLE color: 2691727.

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

Color convert

RGB 143 18 41 -
CMYK 0 0.87 0.71 0.44
HSL 348.96º 0.78% 0.32% -
HSV(B) 348.96º 0.87% 0.56% -
XYZ 11.94 6.43 2.71 -
YUV 58 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 143 18 41 0 0.87 0.71 0.44 348.96 0.78 0.32
Hex 8F 12 29 0 57 47 2C 15D 4E 20
Octal 217 22 51 0 127 107 54 535 116 40
Binary 10001111 10010 101001 0 1010111 1000111 101100 101011101 1001110 100000

Color Harmonies of #8F1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1229

Black with #8F1229

Text Example


Text Example

White with #8F1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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