#740702

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

Shades of Maroon #740702

Tints of Maroon #740702

Color information

#740702 (or 0x740702) is unknown color: approx Maroon. HEX triplet: 74, 07 and 02. RGB value is (116,7,2). Sum of RGB (Red+Green+Blue) = 116+7+2=125 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 116 - color contains mainly: red. Hex color #740702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740702 is #8BF8FD. Grayscale: #272727. Windows color (decimal): -9173246 or 132980. OLE color: 132980.

HSL color Cylindrical-coordinate representation of color #740702: hue angle of 2.63º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740702 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB11672-
CMYK00.940.980.55
HSL2.63º96.61%23.14%-
HSV(B)2.63º98.28%45.49%-
XYZ7.293.870.42-
YUV39.02107.11182.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 92.8%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=92.8%
G=5.6%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167200.940.980.552.6396.6123.14
Hex747205E623736117
Octal16472013614267314127
Binary11101001111001011110110001011011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740702; }

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

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

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

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

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

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

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

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