Html Css Color HEX #8F0040 Burgundy

📋 copy color: '#8F0040'

red 143 ◦ green 0 ◦ blue 64

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

Shades of Burgundy #8F0040

Tints of Burgundy #8F0040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 69.08%
G = 0%
B = 30.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#8F0040 (or 0x8F0040) is known color: Burgundy. HEX triplet: 8F, 00 and 40. RGB value is (143,0,64). Sum of RGB (Red+Green+Blue) = 143+0+64=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0040 is #70FFBF. Grayscale: #313131. Windows color (decimal): -7405504 or 4194447. OLE color: 4194447.

HSL color Cylindrical-coordinate representation of color #8F0040: hue angle of 333.15º 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 #8F0040 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 0 64 -
CMYK 0 1 0.55 0.44
HSL 333.15º 1% 0.28% -
HSV(B) 333.15º 1% 0.56% -
XYZ 12.25 6.21 5.4 -
YUV 50.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 143 0 64 0 1 0.55 0.44 333.15 1 0.28
Hex 8F 0 40 0 64 37 2C 14D 64 1C
Octal 217 0 100 0 144 67 54 515 144 34
Binary 10001111 0 1000000 0 1100100 110111 101100 101001101 1100100 11100

Color Harmonies of #8F0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0040

Black with #8F0040

Text Example


Text Example

White with #8F0040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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