#7D1305

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

Shades of Maroon #7D1305

Tints of Maroon #7D1305

Color information

#7D1305 (or 0x7D1305) is unknown color: approx Maroon. HEX triplet: 7D, 13 and 05. RGB value is (125,19,5). Sum of RGB (Red+Green+Blue) = 125+19+5=149 (19% of max value = 765). Red value is 125 (49.22% from 255 or 83.89% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1305 is #82ECFA. Grayscale: #313131. Windows color (decimal): -8580347 or 332669. OLE color: 332669.

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

Color convert

RGB125195-
CMYK00.850.960.51
HSL92.31%25.49%-
HSV(B)96%49.02%-
XYZ8.724.840.62-
YUV49.1103.12182.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 83.89%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=83.89%
G=12.75%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12519500.850.960.51792.3125.49
Hex7D135055603375c19
Octal175235012514063713431
Binary111110110011101010101011100000110011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,19,5); }

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

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

 a { background-color: rgb(125,19,5); }

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

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

 span { border-color: rgb(125,19,5); }

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