Html Css Color HEX #8F0A3E Burgundy

📋 copy color: '#8F0A3E'

red 143 ◦ green 10 ◦ blue 62

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

Shades of Burgundy #8F0A3E

Tints of Burgundy #8F0A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.65%

 BLUE value IS 62 (24.61% from 255) = 28.84%

R = 66.51%
G = 4.65%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8F0A3E (or 0x8F0A3E) is known color: Burgundy. HEX triplet: 8F, 0A and 3E. RGB value is (143,10,62). Sum of RGB (Red+Green+Blue) = 143+10+62=215 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.51% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0A3E is #70F5C1. Grayscale: #373737. Windows color (decimal): -7402946 or 4065935. OLE color: 4065935.

HSL color Cylindrical-coordinate representation of color #8F0A3E: hue angle of 336.54º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0A3E is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 10 62 -
CMYK 0 0.93 0.57 0.44
HSL 336.54º 0.87% 0.3% -
HSV(B) 336.54º 0.93% 0.56% -
XYZ 12.31 6.4 5.15 -
YUV 55.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 143 10 62 0 0.93 0.57 0.44 336.54 0.87 0.3
Hex 8F A 3E 0 5D 39 2C 151 57 1E
Octal 217 12 76 0 135 71 54 521 127 36
Binary 10001111 1010 111110 0 1011101 111001 101100 101010001 1010111 11110

Color Harmonies of #8F0A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0A3E

Black with #8F0A3E

Text Example


Text Example

White with #8F0A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,10,62); }

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

background-color css

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

 a { background-color: rgb(143,10,62); }

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

border-color css

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

 span { border-color: rgb(143,10,62); }

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