#6B001F

Color #6B001F Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #6B001F

Tints of Burgundy #6B001F

Color information

#6B001F (or 0x6B001F) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 1F. RGB value is (107,0,31). Sum of RGB (Red+Green+Blue) = 107+0+31=138 (18% of max value = 765). Red value is 107 (42.19% from 255 or 77.54% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 107 - color contains mainly: red. Hex color #6B001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B001F is #94FFE0. Grayscale: #232323. Windows color (decimal): -9764833 or 2031723. OLE color: 2031723.

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

Color convert

RGB107031-
CMYK010.710.58
HSL342.62º100%20.98%-
HSV(B)342.62º100%41.96%-
XYZ6.313.221.59-
YUV35.53125.45178.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 77.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=77.54%
G=0%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107031010.710.58342.6210020.98
Hex6B01F064473A1576415
Octal15303701441077252714425
Binary1101011011111011001001000111111010101010111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B001F;
 }
 .AnyTagClassName
 {
   color: #6B001F;
 }
</style>
background-color css

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

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

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

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

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

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