Html Css Color HEX #8F0E2E Burgundy

📋 copy color: '#8F0E2E'

red 143 ◦ green 14 ◦ blue 46

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

Shades of Burgundy #8F0E2E

Tints of Burgundy #8F0E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.9%

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

R = 70.44%
G = 6.9%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8F0E2E (or 0x8F0E2E) is known color: Burgundy. HEX triplet: 8F, 0E and 2E. RGB value is (143,14,46). Sum of RGB (Red+Green+Blue) = 143+14+46=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0E2E is #70F1D1. Grayscale: #383838. Windows color (decimal): -7401938 or 3018383. OLE color: 3018383.

HSL color Cylindrical-coordinate representation of color #8F0E2E: hue angle of 345.12º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E2E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 46 -
CMYK 0 0.90 0.68 0.44
HSL 345.12º 0.82% 0.31% -
HSV(B) 345.12º 0.9% 0.56% -
XYZ 11.98 6.35 3.18 -
YUV 56.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 143 14 46 0 0.90 0.68 0.44 345.12 0.82 0.31
Hex 8F E 2E 0 5A 44 2C 159 52 1F
Octal 217 16 56 0 132 104 54 531 122 37
Binary 10001111 1110 101110 0 1011010 1000100 101100 101011001 1010010 11111

Color Harmonies of #8F0E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E2E

Black with #8F0E2E

Text Example


Text Example

White with #8F0E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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