#6B0200

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

Shades of Maroon #6B0200

Tints of Maroon #6B0200

Color information

#6B0200 (or 0x6B0200) is unknown color: approx Maroon. HEX triplet: 6B, 02 and 00. RGB value is (107,2,0). Sum of RGB (Red+Green+Blue) = 107+2+0=109 (14% of max value = 765). Red value is 107 (42.19% from 255 or 98.17% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0200 is #94FDFF. Grayscale: #212121. Windows color (decimal): -9764352 or 619. OLE color: 619.

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

Color convert

RGB10720-
CMYK00.9810.58
HSL1.12º100%20.98%-
HSV(B)1.12º100%41.96%-
XYZ6.093.170.29-
YUV33.17109.29180.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 98.17%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.17%
G=1.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1072000.9810.581.1210020.98
Hex6B20062643A16415
Octal15320014214472114425
Binary11010111000110001011001001110101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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