Html Css Color HEX #8F053F Burgundy

📋 copy color: '#8F053F'

red 143 ◦ green 5 ◦ blue 63

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

Shades of Burgundy #8F053F

Tints of Burgundy #8F053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 67.77%
G = 2.37%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8F053F (or 0x8F053F) is known color: Burgundy. HEX triplet: 8F, 05 and 3F. RGB value is (143,5,63). Sum of RGB (Red+Green+Blue) = 143+5+63=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F053F is #70FAC0. Grayscale: #343434. Windows color (decimal): -7404225 or 4130191. OLE color: 4130191.

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

Color convert

RGB 143 5 63 -
CMYK 0 0.97 0.56 0.44
HSL 334.78º 0.93% 0.29% -
HSV(B) 334.78º 0.97% 0.56% -
XYZ 12.28 6.31 5.27 -
YUV 52.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 143 5 63 0 0.97 0.56 0.44 334.78 0.93 0.29
Hex 8F 5 3F 0 61 38 2C 14F 5D 1D
Octal 217 5 77 0 141 70 54 517 135 35
Binary 10001111 101 111111 0 1100001 111000 101100 101001111 1011101 11101

Color Harmonies of #8F053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F053F

Black with #8F053F

Text Example


Text Example

White with #8F053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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