Html Css Color HEX #6B0116 Burgundy

📋 copy color: '#6B0116'

red 107 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #6B0116

Tints of Burgundy #6B0116

RGB

 RED value IS 107 (42.19% from 255) = 82.31%

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

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

R = 82.31%
G = 0.77%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B0116 (or 0x6B0116) is known color: Burgundy. HEX triplet: 6B, 01 and 16. RGB value is (107,1,22). Sum of RGB (Red+Green+Blue) = 107+1+22=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0116 is #94FEE9. Grayscale: #232323. Windows color (decimal): -9764586 or 1442155. OLE color: 1442155.

HSL color Cylindrical-coordinate representation of color #6B0116: hue angle of 348.11º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0116 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 1 22 -
CMYK 0 0.99 0.79 0.58
HSL 348.11º 0.98% 0.21% -
HSV(B) 348.11º 0.99% 0.42% -
XYZ 6.22 3.21 1.05 -
YUV 35.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 107 1 22 0 0.99 0.79 0.58 348.11 0.98 0.21
Hex 6B 1 16 0 63 4F 3A 15C 62 15
Octal 153 1 26 0 143 117 72 534 142 25
Binary 1101011 1 10110 0 1100011 1001111 111010 101011100 1100010 10101

Color Harmonies of #6B0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0116

Black with #6B0116

Text Example


Text Example

White with #6B0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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