Html Css Color HEX #8F0339 Burgundy

📋 copy color: '#8F0339'

red 143 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #8F0339

Tints of Burgundy #8F0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 70.44%
G = 1.48%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8F0339 (or 0x8F0339) is known color: Burgundy. HEX triplet: 8F, 03 and 39. RGB value is (143,3,57). Sum of RGB (Red+Green+Blue) = 143+3+57=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0339 is #70FCC6. Grayscale: #323232. Windows color (decimal): -7404743 or 3736463. OLE color: 3736463.

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

Color convert

RGB 143 3 57 -
CMYK 0 0.98 0.60 0.44
HSL 336.86º 0.96% 0.29% -
HSV(B) 336.86º 0.98% 0.56% -
XYZ 12.1 6.2 4.43 -
YUV 51.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 143 3 57 0 0.98 0.60 0.44 336.86 0.96 0.29
Hex 8F 3 39 0 62 3C 2C 151 60 1D
Octal 217 3 71 0 142 74 54 521 140 35
Binary 10001111 11 111001 0 1100010 111100 101100 101010001 1100000 11101

Color Harmonies of #8F0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0339

Black with #8F0339

Text Example


Text Example

White with #8F0339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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