Html Css Color HEX #8F062A Burgundy

📋 copy color: '#8F062A'

red 143 ◦ green 6 ◦ blue 42

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

Shades of Burgundy #8F062A

Tints of Burgundy #8F062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 74.87%
G = 3.14%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F062A (or 0x8F062A) is known color: Burgundy. HEX triplet: 8F, 06 and 2A. RGB value is (143,6,42). Sum of RGB (Red+Green+Blue) = 143+6+42=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F062A is #70F9D5. Grayscale: #333333. Windows color (decimal): -7403990 or 2754191. OLE color: 2754191.

HSL color Cylindrical-coordinate representation of color #8F062A: hue angle of 344.23º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F062A is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 6 42 -
CMYK 0 0.96 0.71 0.44
HSL 344.23º 0.92% 0.29% -
HSV(B) 344.23º 0.96% 0.56% -
XYZ 11.81 6.14 2.75 -
YUV 51.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 143 6 42 0 0.96 0.71 0.44 344.23 0.92 0.29
Hex 8F 6 2A 0 60 47 2C 158 5C 1D
Octal 217 6 52 0 140 107 54 530 134 35
Binary 10001111 110 101010 0 1100000 1000111 101100 101011000 1011100 11101

Color Harmonies of #8F062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F062A

Black with #8F062A

Text Example


Text Example

White with #8F062A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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