#7D0D05

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

Shades of Maroon #7D0D05

Tints of Maroon #7D0D05

Color information

#7D0D05 (or 0x7D0D05) is unknown color: approx Maroon. HEX triplet: 7D, 0D and 05. RGB value is (125,13,5). Sum of RGB (Red+Green+Blue) = 125+13+5=143 (18% of max value = 765). Red value is 125 (49.22% from 255 or 87.41% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0D05 is #82F2FA. Grayscale: #2D2D2D. Windows color (decimal): -8581883 or 331133. OLE color: 331133.

HSL color Cylindrical-coordinate representation of color #7D0D05: hue angle of 4º 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 #7D0D05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB125135-
CMYK00.900.960.51
HSL92.31%25.49%-
HSV(B)96%49.02%-
XYZ8.634.660.59-
YUV45.58105.11184.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 87.41%
GREEN value IS 13 (5.47% from 255) = 9.09%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=87.41%
G=9.09%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12513500.900.960.51492.3125.49
Hex7DD505A603345c19
Octal175155013214063413431
Binary11111011101101010110101100000110011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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