Html Css Color HEX #8F072F Burgundy

📋 copy color: '#8F072F'

red 143 ◦ green 7 ◦ blue 47

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

Shades of Burgundy #8F072F

Tints of Burgundy #8F072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 72.59%
G = 3.55%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F072F (or 0x8F072F) is known color: Burgundy. HEX triplet: 8F, 07 and 2F. RGB value is (143,7,47). Sum of RGB (Red+Green+Blue) = 143+7+47=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F072F is #70F8D0. Grayscale: #343434. Windows color (decimal): -7403729 or 3082127. OLE color: 3082127.

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

Color convert

RGB 143 7 47 -
CMYK 0 0.95 0.67 0.44
HSL 342.35º 0.91% 0.29% -
HSV(B) 342.35º 0.95% 0.56% -
XYZ 11.92 6.2 3.26 -
YUV 52.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 143 7 47 0 0.95 0.67 0.44 342.35 0.91 0.29
Hex 8F 7 2F 0 5F 43 2C 156 5B 1D
Octal 217 7 57 0 137 103 54 526 133 35
Binary 10001111 111 101111 0 1011111 1000011 101100 101010110 1011011 11101

Color Harmonies of #8F072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F072F

Black with #8F072F

Text Example


Text Example

White with #8F072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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