Html Css Color HEX #6B1502 Maroon

📋 copy color: '#6B1502'

red 107 ◦ green 21 ◦ blue 2

#6B1502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #6B1502

Tints of Maroon #6B1502

RGB

 RED value IS 107 (42.19% from 255) = 82.31%

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 2 (1.17% from 255) = 1.54%

R = 82.31%
G = 16.15%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6B1502 (or 0x6B1502) is known color: Maroon. HEX triplet: 6B, 15 and 02. RGB value is (107,21,2). Sum of RGB (Red+Green+Blue) = 107+21+2=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1502 is #94EAFD. Grayscale: #2C2C2C. Windows color (decimal): -9759486 or 136555. OLE color: 136555.

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

Color convert

RGB 107 21 2 -
CMYK 0 0.80 0.98 0.58
HSL 10.86º 0.96% 0.21% -
HSV(B) 10.86º 0.98% 0.42% -
XYZ 6.34 3.67 0.43 -
YUV 44.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 107 21 2 0 0.80 0.98 0.58 10.86 0.96 0.21
Hex 6B 15 2 0 50 62 3A B 60 15
Octal 153 25 2 0 120 142 72 13 140 25
Binary 1101011 10101 10 0 1010000 1100010 111010 1011 1100000 10101

Color Harmonies of #6B1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1502

Black with #6B1502

Text Example


Text Example

White with #6B1502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B1502;
 }
 .AnyTagClassName
 {
   color: #6B1502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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