#7D1601

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

Shades of Maroon #7D1601

Tints of Maroon #7D1601

Color information

#7D1601 (or 0x7D1601) is unknown color: approx Maroon. HEX triplet: 7D, 16 and 01. RGB value is (125,22,1). Sum of RGB (Red+Green+Blue) = 125+22+1=148 (19% of max value = 765). Red value is 125 (49.22% from 255 or 84.46% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1601 is #82E9FE. Grayscale: #323232. Windows color (decimal): -8579583 or 71293. OLE color: 71293.

HSL color Cylindrical-coordinate representation of color #7D1601: hue angle of 10.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D1601 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB125221-
CMYK00.820.990.51
HSL10.16º98.41%24.71%-
HSV(B)10.16º99.2%49.02%-
XYZ8.754.940.52-
YUV50.4100.12181.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 84.46%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=84.46%
G=14.86%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12522100.820.990.5110.1698.4124.71
Hex7D1610526333a6219
Octal1752610122143631214231
Binary11111011011010101001011000111100111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,22,1); }

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

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

 a { background-color: rgb(125,22,1); }

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

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

 span { border-color: rgb(125,22,1); }

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