Html Css Color HEX #8F003C Burgundy

📋 copy color: '#8F003C'

red 143 ◦ green 0 ◦ blue 60

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

Shades of Burgundy #8F003C

Tints of Burgundy #8F003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 70.44%
G = 0%
B = 29.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F003C (or 0x8F003C) is known color: Burgundy. HEX triplet: 8F, 00 and 3C. RGB value is (143,0,60). Sum of RGB (Red+Green+Blue) = 143+0+60=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F003C is #70FFC3. Grayscale: #313131. Windows color (decimal): -7405508 or 3932303. OLE color: 3932303.

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

Color convert

RGB 143 0 60 -
CMYK 0 1 0.58 0.44
HSL 334.83º 1% 0.28% -
HSV(B) 334.83º 1% 0.56% -
XYZ 12.14 6.17 4.83 -
YUV 49.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 143 0 60 0 1 0.58 0.44 334.83 1 0.28
Hex 8F 0 3C 0 64 3A 2C 14F 64 1C
Octal 217 0 74 0 144 72 54 517 144 34
Binary 10001111 0 111100 0 1100100 111010 101100 101001111 1100100 11100

Color Harmonies of #8F003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F003C

Black with #8F003C

Text Example


Text Example

White with #8F003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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