Html Css Color HEX #8F043D Burgundy

📋 copy color: '#8F043D'

red 143 ◦ green 4 ◦ blue 61

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

Shades of Burgundy #8F043D

Tints of Burgundy #8F043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 61 (24.22% from 255) = 29.33%

R = 68.75%
G = 1.92%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8F043D (or 0x8F043D) is known color: Burgundy. HEX triplet: 8F, 04 and 3D. RGB value is (143,4,61). Sum of RGB (Red+Green+Blue) = 143+4+61=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F043D is #70FBC2. Grayscale: #333333. Windows color (decimal): -7404483 or 3998863. OLE color: 3998863.

HSL color Cylindrical-coordinate representation of color #8F043D: hue angle of 335.4º degrees, saturation: 0.95, 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 #8F043D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 61 -
CMYK 0 0.97 0.57 0.44
HSL 335.4º 0.95% 0.29% -
HSV(B) 335.4º 0.97% 0.56% -
XYZ 12.21 6.26 4.98 -
YUV 52.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 143 4 61 0 0.97 0.57 0.44 335.4 0.95 0.29
Hex 8F 4 3D 0 61 39 2C 14F 5F 1D
Octal 217 4 75 0 141 71 54 517 137 35
Binary 10001111 100 111101 0 1100001 111001 101100 101001111 1011111 11101

Color Harmonies of #8F043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F043D

Black with #8F043D

Text Example


Text Example

White with #8F043D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,4,61); }

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

background-color css

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

 a { background-color: rgb(143,4,61); }

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

border-color css

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

 span { border-color: rgb(143,4,61); }

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