#740802

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

Shades of Maroon #740802

Tints of Maroon #740802

Color information

#740802 (or 0x740802) is unknown color: approx Maroon. HEX triplet: 74, 08 and 02. RGB value is (116,8,2). Sum of RGB (Red+Green+Blue) = 116+8+2=126 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.06% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 116 - color contains mainly: red. Hex color #740802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740802 is #8BF7FD. Grayscale: #272727. Windows color (decimal): -9172990 or 133236. OLE color: 133236.

HSL color Cylindrical-coordinate representation of color #740802: hue angle of 3.16º 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 #740802 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB11682-
CMYK00.930.980.55
HSL3.16º96.61%23.14%-
HSV(B)3.16º98.28%45.49%-
XYZ7.33.890.42-
YUV39.61106.78182.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 92.06%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=92.06%
G=6.35%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168200.930.980.553.1696.6123.14
Hex748205D623736117
Octal164102013514267314127
Binary111010010001001011101110001011011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740802; }

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

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

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

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

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

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

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

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