Html Css Color HEX #8F0836 Burgundy

📋 copy color: '#8F0836'

red 143 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #8F0836

Tints of Burgundy #8F0836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 69.76%
G = 3.9%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#8F0836 (or 0x8F0836) is known color: Burgundy. HEX triplet: 8F, 08 and 36. RGB value is (143,8,54). Sum of RGB (Red+Green+Blue) = 143+8+54=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0836 is #70F7C9. Grayscale: #353535. Windows color (decimal): -7403466 or 3541135. OLE color: 3541135.

HSL color Cylindrical-coordinate representation of color #8F0836: hue angle of 339.56º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0836 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 54 -
CMYK 0 0.94 0.62 0.44
HSL 339.56º 0.89% 0.3% -
HSV(B) 339.56º 0.94% 0.56% -
XYZ 12.08 6.28 4.07 -
YUV 53.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 143 8 54 0 0.94 0.62 0.44 339.56 0.89 0.3
Hex 8F 8 36 0 5E 3E 2C 154 59 1E
Octal 217 10 66 0 136 76 54 524 131 36
Binary 10001111 1000 110110 0 1011110 111110 101100 101010100 1011001 11110

Color Harmonies of #8F0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0836

Black with #8F0836

Text Example


Text Example

White with #8F0836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,54); }

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

background-color css

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

 a { background-color: rgb(143,8,54); }

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

border-color css

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

 span { border-color: rgb(143,8,54); }

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