Html Css Color HEX #6B0816 Burgundy

📋 copy color: '#6B0816'

red 107 ◦ green 8 ◦ blue 22

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

Shades of Burgundy #6B0816

Tints of Burgundy #6B0816

RGB

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

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

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

R = 78.1%
G = 5.84%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B0816 (or 0x6B0816) is known color: Burgundy. HEX triplet: 6B, 08 and 16. RGB value is (107,8,22). Sum of RGB (Red+Green+Blue) = 107+8+22=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0816 is #94F7E9. Grayscale: #272727. Windows color (decimal): -9762794 or 1443947. OLE color: 1443947.

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

Color convert

RGB 107 8 22 -
CMYK 0 0.93 0.79 0.58
HSL 351.52º 0.86% 0.23% -
HSV(B) 351.52º 0.93% 0.42% -
XYZ 6.3 3.36 1.08 -
YUV 39.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 107 8 22 0 0.93 0.79 0.58 351.52 0.86 0.23
Hex 6B 8 16 0 5D 4F 3A 160 56 17
Octal 153 10 26 0 135 117 72 540 126 27
Binary 1101011 1000 10110 0 1011101 1001111 111010 101100000 1010110 10111

Color Harmonies of #6B0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0816

Black with #6B0816

Text Example


Text Example

White with #6B0816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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