Html Css Color HEX #8F022A Burgundy

📋 copy color: '#8F022A'

red 143 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #8F022A

Tints of Burgundy #8F022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 76.47%
G = 1.07%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F022A (or 0x8F022A) is known color: Burgundy. HEX triplet: 8F, 02 and 2A. RGB value is (143,2,42). Sum of RGB (Red+Green+Blue) = 143+2+42=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F022A is #70FDD5. Grayscale: #303030. Windows color (decimal): -7405014 or 2753167. OLE color: 2753167.

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

Color convert

RGB 143 2 42 -
CMYK 0 0.99 0.71 0.44
HSL 342.98º 0.97% 0.28% -
HSV(B) 342.98º 0.99% 0.56% -
XYZ 11.77 6.05 2.74 -
YUV 48.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 143 2 42 0 0.99 0.71 0.44 342.98 0.97 0.28
Hex 8F 2 2A 0 63 47 2C 157 61 1C
Octal 217 2 52 0 143 107 54 527 141 34
Binary 10001111 10 101010 0 1100011 1000111 101100 101010111 1100001 11100

Color Harmonies of #8F022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F022A

Black with #8F022A

Text Example


Text Example

White with #8F022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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