Html Css Color HEX #8F0139 Burgundy

📋 copy color: '#8F0139'

red 143 ◦ green 1 ◦ blue 57

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

Shades of Burgundy #8F0139

Tints of Burgundy #8F0139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 71.14%
G = 0.5%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8F0139 (or 0x8F0139) is known color: Burgundy. HEX triplet: 8F, 01 and 39. RGB value is (143,1,57). Sum of RGB (Red+Green+Blue) = 143+1+57=201 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.14% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0139 is #70FEC6. Grayscale: #313131. Windows color (decimal): -7405255 or 3735951. OLE color: 3735951.

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

Color convert

RGB 143 1 57 -
CMYK 0 0.99 0.60 0.44
HSL 336.34º 0.99% 0.28% -
HSV(B) 336.34º 0.99% 0.56% -
XYZ 12.08 6.16 4.42 -
YUV 49.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 143 1 57 0 0.99 0.60 0.44 336.34 0.99 0.28
Hex 8F 1 39 0 63 3C 2C 150 63 1C
Octal 217 1 71 0 143 74 54 520 143 34
Binary 10001111 1 111001 0 1100011 111100 101100 101010000 1100011 11100

Color Harmonies of #8F0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0139

Black with #8F0139

Text Example


Text Example

White with #8F0139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,1,57); }

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

background-color css

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

 a { background-color: rgb(143,1,57); }

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

border-color css

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

 span { border-color: rgb(143,1,57); }

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