Html Css Color HEX #741104 Maroon

📋 copy color: '#741104'

red 116 ◦ green 17 ◦ blue 4

#741104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #741104

Tints of Maroon #741104

RGB

 RED value IS 116 (45.7% from 255) = 84.67%

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 84.67%
G = 12.41%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741104 (or 0x741104) is known color: Maroon. HEX triplet: 74, 11 and 04. RGB value is (116,17,4). Sum of RGB (Red+Green+Blue) = 116+17+4=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #741104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741104 is #8BEEFB. Grayscale: #2D2D2D. Windows color (decimal): -9170684 or 266612. OLE color: 266612.

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

Color convert

RGB 116 17 4 -
CMYK 0 0.85 0.97 0.55
HSL 6.96º 0.93% 0.24% -
HSV(B) 6.96º 0.97% 0.45% -
XYZ 7.42 4.12 0.52 -
YUV 45.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 116 17 4 0 0.85 0.97 0.55 6.96 0.93 0.24
Hex 74 11 4 0 55 61 37 7 5D 18
Octal 164 21 4 0 125 141 67 7 135 30
Binary 1110100 10001 100 0 1010101 1100001 110111 111 1011101 11000

Color Harmonies of #741104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741104

Black with #741104

Text Example


Text Example

White with #741104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741104; }

 p { color: rgb(116,17,4); }

 H1.HeaderClassName
 {
   color: #741104;
 }
 .AnyTagClassName
 {
   color: #741104;
 }
</style>

background-color css

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

 a { background-color: rgb(116,17,4); }

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

border-color css

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

 span { border-color: rgb(116,17,4); }

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