Html Css Color HEX #6B0616 Burgundy

📋 copy color: '#6B0616'

red 107 ◦ green 6 ◦ blue 22

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

Shades of Burgundy #6B0616

Tints of Burgundy #6B0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

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

R = 79.26%
G = 4.44%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B0616 (or 0x6B0616) is known color: Burgundy. HEX triplet: 6B, 06 and 16. RGB value is (107,6,22). Sum of RGB (Red+Green+Blue) = 107+6+22=135 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.26% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0616 is #94F9E9. Grayscale: #262626. Windows color (decimal): -9763306 or 1443435. OLE color: 1443435.

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

Color convert

RGB 107 6 22 -
CMYK 0 0.94 0.79 0.58
HSL 350.5º 0.89% 0.22% -
HSV(B) 350.5º 0.94% 0.42% -
XYZ 6.27 3.31 1.07 -
YUV 38.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 107 6 22 0 0.94 0.79 0.58 350.5 0.89 0.22
Hex 6B 6 16 0 5E 4F 3A 15E 59 16
Octal 153 6 26 0 136 117 72 536 131 26
Binary 1101011 110 10110 0 1011110 1001111 111010 101011110 1011001 10110

Color Harmonies of #6B0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0616

Black with #6B0616

Text Example


Text Example

White with #6B0616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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