Html Css Color HEX #8F0A2A Burgundy

📋 copy color: '#8F0A2A'

red 143 ◦ green 10 ◦ blue 42

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

Shades of Burgundy #8F0A2A

Tints of Burgundy #8F0A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 73.33%
G = 5.13%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F0A2A (or 0x8F0A2A) is known color: Burgundy. HEX triplet: 8F, 0A and 2A. RGB value is (143,10,42). Sum of RGB (Red+Green+Blue) = 143+10+42=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0A2A is #70F5D5. Grayscale: #353535. Windows color (decimal): -7402966 or 2755215. OLE color: 2755215.

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

Color convert

RGB 143 10 42 -
CMYK 0 0.93 0.71 0.44
HSL 345.56º 0.87% 0.3% -
HSV(B) 345.56º 0.93% 0.56% -
XYZ 11.85 6.22 2.77 -
YUV 53.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 143 10 42 0 0.93 0.71 0.44 345.56 0.87 0.3
Hex 8F A 2A 0 5D 47 2C 15A 57 1E
Octal 217 12 52 0 135 107 54 532 127 36
Binary 10001111 1010 101010 0 1011101 1000111 101100 101011010 1010111 11110

Color Harmonies of #8F0A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0A2A

Black with #8F0A2A

Text Example


Text Example

White with #8F0A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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