#7c1700

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

Shades of Maroon #7C1700

Tints of Maroon #7C1700

Color information

#7C1700 (or 0x7C1700) is unknown color: approx Maroon. HEX triplet: 7C, 17 and 00. RGB value is (124,23,0). Sum of RGB (Red+Green+Blue) = 124+23+0=147 (19% of max value = 765). Red value is 124 (48.83% from 255 or 84.35% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1700 is #83E8FF. Grayscale: #323232. Windows color (decimal): -8644864 or 6012. OLE color: 6012.

HSL color Cylindrical-coordinate representation of color #7C1700: hue angle of 11.13º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C1700 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB124230-
CMYK00.8110.51
HSL11.13º100%24.31%-
HSV(B)11.13º100%48.63%-
XYZ8.624.90.49-
YUV50.5899.46180.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 84.35%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.35%
G=15.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12423000.8110.5111.1310024.31
Hex7C1700516433b6418
Octal1742700121144631314430
Binary11111001011100101000111001001100111011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c1700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7c1700; }

 p { color: rgb(124,23,0); }

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

<style>
 a { background-color: #7c1700; }

 a { background-color: rgb(124,23,0); }

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

<style>
 span { border-color: #7c1700; }

 span { border-color: rgb(124,23,0); }

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