#7D0702

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

Shades of Maroon #7D0702

Tints of Maroon #7D0702

Color information

#7D0702 (or 0x7D0702) is unknown color: approx Maroon. HEX triplet: 7D, 07 and 02. RGB value is (125,7,2). Sum of RGB (Red+Green+Blue) = 125+7+2=134 (17% of max value = 765). Red value is 125 (49.22% from 255 or 93.28% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0702 is #82F8FD. Grayscale: #292929. Windows color (decimal): -8583422 or 132989. OLE color: 132989.

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

Color convert

RGB12572-
CMYK00.940.980.51
HSL2.44º96.85%24.9%-
HSV(B)2.44º98.4%49.02%-
XYZ8.544.520.48-
YUV41.71105.59187.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 93.28%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=93.28%
G=5.22%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1257200.940.980.512.4496.8524.9
Hex7D7205E623326119
Octal17572013614263214131
Binary11111011111001011110110001011001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,7,2); }

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

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

 a { background-color: rgb(125,7,2); }

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

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

 span { border-color: rgb(125,7,2); }

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