Html Css Color HEX #8F072E Burgundy

📋 copy color: '#8F072E'

red 143 ◦ green 7 ◦ blue 46

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

Shades of Burgundy #8F072E

Tints of Burgundy #8F072E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 72.96%
G = 3.57%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8F072E (or 0x8F072E) is known color: Burgundy. HEX triplet: 8F, 07 and 2E. RGB value is (143,7,46). Sum of RGB (Red+Green+Blue) = 143+7+46=196 (25% of max value = 765). Red value is 143 (56.25% from 255 or 72.96% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 143 - color contains mainly: red. Hex color #8F072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F072E is #70F8D1. Grayscale: #343434. Windows color (decimal): -7403730 or 3016591. OLE color: 3016591.

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

Color convert

RGB 143 7 46 -
CMYK 0 0.95 0.68 0.44
HSL 342.79º 0.91% 0.29% -
HSV(B) 342.79º 0.95% 0.56% -
XYZ 11.9 6.19 3.15 -
YUV 52.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 143 7 46 0 0.95 0.68 0.44 342.79 0.91 0.29
Hex 8F 7 2E 0 5F 44 2C 157 5B 1D
Octal 217 7 56 0 137 104 54 527 133 35
Binary 10001111 111 101110 0 1011111 1000100 101100 101010111 1011011 11101

Color Harmonies of #8F072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F072E

Black with #8F072E

Text Example


Text Example

White with #8F072E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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