Html Css Color HEX #6B000B Burgundy

📋 copy color: '#6B000B'

red 107 ◦ green 0 ◦ blue 11

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

Shades of Burgundy #6B000B

Tints of Burgundy #6B000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 9.32%

R = 90.68%
G = 0%
B = 9.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B000B (or 0x6B000B) is known color: Burgundy. HEX triplet: 6B, 00 and 0B. RGB value is (107,0,11). Sum of RGB (Red+Green+Blue) = 107+0+11=118 (15% of max value = 765). Red value is 107 (42.19% from 255 or 90.68% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 107 - color contains mainly: red. Hex color #6B000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B000B is #94FFF4. Grayscale: #212121. Windows color (decimal): -9764853 or 721003. OLE color: 721003.

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

Color convert

RGB 107 0 11 -
CMYK 0 1 0.90 0.58
HSL 353.83º 1% 0.21% -
HSV(B) 353.83º 1% 0.42% -
XYZ 6.12 3.15 0.6 -
YUV 33.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 107 0 11 0 1 0.90 0.58 353.83 1 0.21
Hex 6B 0 B 0 64 5A 3A 162 64 15
Octal 153 0 13 0 144 132 72 542 144 25
Binary 1101011 0 1011 0 1100100 1011010 111010 101100010 1100100 10101

Color Harmonies of #6B000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B000B

Black with #6B000B

Text Example


Text Example

White with #6B000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,11); }

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

background-color css

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

 a { background-color: rgb(107,0,11); }

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

border-color css

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

 span { border-color: rgb(107,0,11); }

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