Html Css Color HEX #6B000C Burgundy

📋 copy color: '#6B000C'

red 107 ◦ green 0 ◦ blue 12

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

Shades of Burgundy #6B000C

Tints of Burgundy #6B000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 89.92%
G = 0%
B = 10.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6B000C (or 0x6B000C) is known color: Burgundy. HEX triplet: 6B, 00 and 0C. RGB value is (107,0,12). Sum of RGB (Red+Green+Blue) = 107+0+12=119 (15% of max value = 765). Red value is 107 (42.19% from 255 or 89.92% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 107 - color contains mainly: red. Hex color #6B000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B000C is #94FFF3. Grayscale: #212121. Windows color (decimal): -9764852 or 786539. OLE color: 786539.

HSL color Cylindrical-coordinate representation of color #6B000C: hue angle of 353.27º 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 #6B000C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 0 12 -
CMYK 0 1 0.89 0.58
HSL 353.27º 1% 0.21% -
HSV(B) 353.27º 1% 0.42% -
XYZ 6.13 3.15 0.63 -
YUV 33.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 107 0 12 0 1 0.89 0.58 353.27 1 0.21
Hex 6B 0 C 0 64 59 3A 161 64 15
Octal 153 0 14 0 144 131 72 541 144 25
Binary 1101011 0 1100 0 1100100 1011001 111010 101100001 1100100 10101

Color Harmonies of #6B000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B000C

Black with #6B000C

Text Example


Text Example

White with #6B000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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