Html Css Color HEX #8F003F Burgundy

📋 copy color: '#8F003F'

red 143 ◦ green 0 ◦ blue 63

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

Shades of Burgundy #8F003F

Tints of Burgundy #8F003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.42%
G = 0%
B = 30.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8F003F (or 0x8F003F) is known color: Burgundy. HEX triplet: 8F, 00 and 3F. RGB value is (143,0,63). Sum of RGB (Red+Green+Blue) = 143+0+63=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F003F is #70FFC0. Grayscale: #313131. Windows color (decimal): -7405505 or 4128911. OLE color: 4128911.

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

Color convert

RGB 143 0 63 -
CMYK 0 1 0.56 0.44
HSL 333.57º 1% 0.28% -
HSV(B) 333.57º 1% 0.56% -
XYZ 12.22 6.2 5.25 -
YUV 49.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 143 0 63 0 1 0.56 0.44 333.57 1 0.28
Hex 8F 0 3F 0 64 38 2C 14E 64 1C
Octal 217 0 77 0 144 70 54 516 144 34
Binary 10001111 0 111111 0 1100100 111000 101100 101001110 1100100 11100

Color Harmonies of #8F003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F003F

Black with #8F003F

Text Example


Text Example

White with #8F003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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