Html Css Color HEX #8F093F Burgundy

📋 copy color: '#8F093F'

red 143 ◦ green 9 ◦ blue 63

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

Shades of Burgundy #8F093F

Tints of Burgundy #8F093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

 BLUE value IS 63 (25% from 255) = 29.3%

R = 66.51%
G = 4.19%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8F093F (or 0x8F093F) is known color: Burgundy. HEX triplet: 8F, 09 and 3F. RGB value is (143,9,63). Sum of RGB (Red+Green+Blue) = 143+9+63=215 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.51% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 143 - color contains mainly: red. Hex color #8F093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F093F is #70F6C0. Grayscale: #373737. Windows color (decimal): -7403201 or 4131215. OLE color: 4131215.

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

Color convert

RGB 143 9 63 -
CMYK 0 0.94 0.56 0.44
HSL 335.82º 0.88% 0.3% -
HSV(B) 335.82º 0.94% 0.56% -
XYZ 12.32 6.39 5.29 -
YUV 55.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 143 9 63 0 0.94 0.56 0.44 335.82 0.88 0.3
Hex 8F 9 3F 0 5E 38 2C 150 58 1E
Octal 217 11 77 0 136 70 54 520 130 36
Binary 10001111 1001 111111 0 1011110 111000 101100 101010000 1011000 11110

Color Harmonies of #8F093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F093F

Black with #8F093F

Text Example


Text Example

White with #8F093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,9,63); }

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

background-color css

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

 a { background-color: rgb(143,9,63); }

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

border-color css

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

 span { border-color: rgb(143,9,63); }

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