Html Css Color HEX #6F0911 Burgundy

📋 copy color: '#6F0911'

red 111 ◦ green 9 ◦ blue 17

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

Shades of Burgundy #6F0911

Tints of Burgundy #6F0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

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

R = 81.02%
G = 6.57%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F0911 (or 0x6F0911) is known color: Burgundy. HEX triplet: 6F, 09 and 11. RGB value is (111,9,17). Sum of RGB (Red+Green+Blue) = 111+9+17=137 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.02% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0911 is #90F6EE. Grayscale: #282828. Windows color (decimal): -9500399 or 1116527. OLE color: 1116527.

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

Color convert

RGB 111 9 17 -
CMYK 0 0.92 0.85 0.56
HSL 355.29º 0.85% 0.24% -
HSV(B) 355.29º 0.92% 0.44% -
XYZ 6.75 3.62 0.87 -
YUV 40.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 111 9 17 0 0.92 0.85 0.56 355.29 0.85 0.24
Hex 6F 9 11 0 5C 55 38 163 55 18
Octal 157 11 21 0 134 125 70 543 125 30
Binary 1101111 1001 10001 0 1011100 1010101 111000 101100011 1010101 11000

Color Harmonies of #6F0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0911

Black with #6F0911

Text Example


Text Example

White with #6F0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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