Html Css Color HEX #6F0116 Burgundy

📋 copy color: '#6F0116'

red 111 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #6F0116

Tints of Burgundy #6F0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 82.84%
G = 0.75%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F0116 (or 0x6F0116) is known color: Burgundy. HEX triplet: 6F, 01 and 16. RGB value is (111,1,22). Sum of RGB (Red+Green+Blue) = 111+1+22=134 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.84% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0116 is #90FEE9. Grayscale: #242424. Windows color (decimal): -9502442 or 1442159. OLE color: 1442159.

HSL color Cylindrical-coordinate representation of color #6F0116: hue angle of 348.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0116 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 22 -
CMYK 0 0.99 0.80 0.56
HSL 348.55º 0.98% 0.22% -
HSV(B) 348.55º 0.99% 0.44% -
XYZ 6.71 3.46 1.07 -
YUV 36.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 111 1 22 0 0.99 0.80 0.56 348.55 0.98 0.22
Hex 6F 1 16 0 63 50 38 15D 62 16
Octal 157 1 26 0 143 120 70 535 142 26
Binary 1101111 1 10110 0 1100011 1010000 111000 101011101 1100010 10110

Color Harmonies of #6F0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0116

Black with #6F0116

Text Example


Text Example

White with #6F0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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