Html Css Color HEX #8F062F Burgundy

📋 copy color: '#8F062F'

red 143 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #8F062F

Tints of Burgundy #8F062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.06%

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

R = 72.96%
G = 3.06%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F062F (or 0x8F062F) is known color: Burgundy. HEX triplet: 8F, 06 and 2F. RGB value is (143,6,47). Sum of RGB (Red+Green+Blue) = 143+6+47=196 (25% of max value = 765). Red value is 143 (56.25% from 255 or 72.96% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 143 - color contains mainly: red. Hex color #8F062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F062F is #70F9D0. Grayscale: #333333. Windows color (decimal): -7403985 or 3081871. OLE color: 3081871.

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

Color convert

RGB 143 6 47 -
CMYK 0 0.96 0.67 0.44
HSL 342.04º 0.92% 0.29% -
HSV(B) 342.04º 0.96% 0.56% -
XYZ 11.91 6.18 3.25 -
YUV 51.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 143 6 47 0 0.96 0.67 0.44 342.04 0.92 0.29
Hex 8F 6 2F 0 60 43 2C 156 5C 1D
Octal 217 6 57 0 140 103 54 526 134 35
Binary 10001111 110 101111 0 1100000 1000011 101100 101010110 1011100 11101

Color Harmonies of #8F062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F062F

Black with #8F062F

Text Example


Text Example

White with #8F062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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