Html Css Color HEX #6F0916 Burgundy

📋 copy color: '#6F0916'

red 111 ◦ green 9 ◦ blue 22

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

Shades of Burgundy #6F0916

Tints of Burgundy #6F0916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 78.17%
G = 6.34%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F0916 (or 0x6F0916) is known color: Burgundy. HEX triplet: 6F, 09 and 16. RGB value is (111,9,22). Sum of RGB (Red+Green+Blue) = 111+9+22=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0916 is #90F6E9. Grayscale: #292929. Windows color (decimal): -9500394 or 1444207. OLE color: 1444207.

HSL color Cylindrical-coordinate representation of color #6F0916: hue angle of 352.35º 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 #6F0916 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 22 -
CMYK 0 0.92 0.80 0.56
HSL 352.35º 0.85% 0.24% -
HSV(B) 352.35º 0.92% 0.44% -
XYZ 6.8 3.63 1.1 -
YUV 40.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 111 9 22 0 0.92 0.80 0.56 352.35 0.85 0.24
Hex 6F 9 16 0 5C 50 38 160 55 18
Octal 157 11 26 0 134 120 70 540 125 30
Binary 1101111 1001 10110 0 1011100 1010000 111000 101100000 1010101 11000

Color Harmonies of #6F0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0916

Black with #6F0916

Text Example


Text Example

White with #6F0916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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