#6B0501

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

Shades of Maroon #6B0501

Tints of Maroon #6B0501

Color information

#6B0501 (or 0x6B0501) is unknown color: approx Maroon. HEX triplet: 6B, 05 and 01. RGB value is (107,5,1). Sum of RGB (Red+Green+Blue) = 107+5+1=113 (14% of max value = 765). Red value is 107 (42.19% from 255 or 94.69% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0501 is #94FAFE. Grayscale: #232323. Windows color (decimal): -9763583 or 66923. OLE color: 66923.

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

Color convert

RGB10751-
CMYK00.950.990.58
HSL2.26º98.15%21.18%-
HSV(B)2.26º99.07%41.96%-
XYZ6.123.240.33-
YUV35.04108.79179.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 94.69%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=94.69%
G=4.42%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1075100.950.990.582.2698.1521.18
Hex6B5105F633A26215
Octal15351013714372214225
Binary1101011101101011111110001111101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,5,1); }

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

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

 a { background-color: rgb(107,5,1); }

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

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

 span { border-color: rgb(107,5,1); }

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