#6B1403

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

Shades of Maroon #6B1403

Tints of Maroon #6B1403

Color information

#6B1403 (or 0x6B1403) is unknown color: approx Maroon. HEX triplet: 6B, 14 and 03. RGB value is (107,20,3). Sum of RGB (Red+Green+Blue) = 107+20+3=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1403 is #94EBFC. Grayscale: #2C2C2C. Windows color (decimal): -9759741 or 201835. OLE color: 201835.

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

Color convert

RGB107203-
CMYK00.810.970.58
HSL9.81º94.55%21.57%-
HSV(B)9.81º97.2%41.96%-
XYZ6.333.630.45-
YUV44.08104.82172.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 82.31%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=82.31%
G=15.38%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10720300.810.970.589.8194.5521.57
Hex6B143051613Aa5f16
Octal1532430121141721213726
Binary110101110100110101000111000011110101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,20,3); }

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

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

 a { background-color: rgb(107,20,3); }

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

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

 span { border-color: rgb(107,20,3); }

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