Html Css Color HEX #8F032A Burgundy

📋 copy color: '#8F032A'

red 143 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #8F032A

Tints of Burgundy #8F032A

RGB

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

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

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

R = 76.06%
G = 1.6%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F032A (or 0x8F032A) is known color: Burgundy. HEX triplet: 8F, 03 and 2A. RGB value is (143,3,42). Sum of RGB (Red+Green+Blue) = 143+3+42=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F032A is #70FCD5. Grayscale: #313131. Windows color (decimal): -7404758 or 2753423. OLE color: 2753423.

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

Color convert

RGB 143 3 42 -
CMYK 0 0.98 0.71 0.44
HSL 343.29º 0.96% 0.29% -
HSV(B) 343.29º 0.98% 0.56% -
XYZ 11.78 6.07 2.74 -
YUV 49.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 143 3 42 0 0.98 0.71 0.44 343.29 0.96 0.29
Hex 8F 3 2A 0 62 47 2C 157 60 1D
Octal 217 3 52 0 142 107 54 527 140 35
Binary 10001111 11 101010 0 1100010 1000111 101100 101010111 1100000 11101

Color Harmonies of #8F032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F032A

Black with #8F032A

Text Example


Text Example

White with #8F032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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