Html Css Color HEX #6F0811 Burgundy

📋 copy color: '#6F0811'

red 111 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #6F0811

Tints of Burgundy #6F0811

RGB

 RED value IS 111 (43.75% from 255) = 81.62%

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 81.62%
G = 5.88%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F0811 (or 0x6F0811) is known color: Burgundy. HEX triplet: 6F, 08 and 11. RGB value is (111,8,17). Sum of RGB (Red+Green+Blue) = 111+8+17=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0811 is #90F7EE. Grayscale: #272727. Windows color (decimal): -9500655 or 1116271. OLE color: 1116271.

HSL color Cylindrical-coordinate representation of color #6F0811: hue angle of 354.76º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0811 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 8 17 -
CMYK 0 0.93 0.85 0.56
HSL 354.76º 0.87% 0.23% -
HSV(B) 354.76º 0.93% 0.44% -
XYZ 6.74 3.59 0.87 -
YUV 39.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 111 8 17 0 0.93 0.85 0.56 354.76 0.87 0.23
Hex 6F 8 11 0 5D 55 38 163 57 17
Octal 157 10 21 0 135 125 70 543 127 27
Binary 1101111 1000 10001 0 1011101 1010101 111000 101100011 1010111 10111

Color Harmonies of #6F0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0811

Black with #6F0811

Text Example


Text Example

White with #6F0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F0811; }

 p { color: rgb(111,8,17); }

 H1.HeaderClassName
 {
   color: #6F0811;
 }
 .AnyTagClassName
 {
   color: #6F0811;
 }
</style>

background-color css

<style>
 a { background-color: #6F0811; }

 a { background-color: rgb(111,8,17); }

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

border-color css

<style>
 span { border-color: #6F0811; }

 span { border-color: rgb(111,8,17); }

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