Html Css Color HEX #8F072A Burgundy

📋 copy color: '#8F072A'

red 143 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #8F072A

Tints of Burgundy #8F072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

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

R = 74.48%
G = 3.65%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F072A (or 0x8F072A) is known color: Burgundy. HEX triplet: 8F, 07 and 2A. RGB value is (143,7,42). Sum of RGB (Red+Green+Blue) = 143+7+42=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F072A is #70F8D5. Grayscale: #333333. Windows color (decimal): -7403734 or 2754447. OLE color: 2754447.

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

Color convert

RGB 143 7 42 -
CMYK 0 0.95 0.71 0.44
HSL 344.56º 0.91% 0.29% -
HSV(B) 344.56º 0.95% 0.56% -
XYZ 11.82 6.16 2.76 -
YUV 51.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 143 7 42 0 0.95 0.71 0.44 344.56 0.91 0.29
Hex 8F 7 2A 0 5F 47 2C 159 5B 1D
Octal 217 7 52 0 137 107 54 531 133 35
Binary 10001111 111 101010 0 1011111 1000111 101100 101011001 1011011 11101

Color Harmonies of #8F072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F072A

Black with #8F072A

Text Example


Text Example

White with #8F072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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