#6B001E

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

Shades of Burgundy #6B001E

Tints of Burgundy #6B001E

Color information

#6B001E (or 0x6B001E) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 1E. RGB value is (107,0,30). Sum of RGB (Red+Green+Blue) = 107+0+30=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B001E is #94FFE1. Grayscale: #232323. Windows color (decimal): -9764834 or 1966187. OLE color: 1966187.

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

Color convert

RGB107030-
CMYK010.720.58
HSL343.18º100%20.98%-
HSV(B)343.18º100%41.96%-
XYZ6.33.221.52-
YUV35.41124.95179.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=78.10%
G=0%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107030010.720.58343.1810020.98
Hex6B01E064483A1576415
Octal15303601441107252714425
Binary1101011011110011001001001000111010101010111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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