Html Css Color HEX #740401 Maroon

📋 copy color: '#740401'

red 116 ◦ green 4 ◦ blue 1

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

Shades of Maroon #740401

Tints of Maroon #740401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 95.87%
G = 3.31%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#740401 (or 0x740401) is known color: Maroon. HEX triplet: 74, 04 and 01. RGB value is (116,4,1). Sum of RGB (Red+Green+Blue) = 116+4+1=121 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.87% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 116 - color contains mainly: red. Hex color #740401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740401 is #8BFBFE. Grayscale: #252525. Windows color (decimal): -9174015 or 66676. OLE color: 66676.

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

Color convert

RGB 116 4 1 -
CMYK 0 0.97 0.99 0.55
HSL 1.57º 0.98% 0.23% -
HSV(B) 1.57º 0.99% 0.45% -
XYZ 7.25 3.8 0.38 -
YUV 37.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 116 4 1 0 0.97 0.99 0.55 1.57 0.98 0.23
Hex 74 4 1 0 61 63 37 2 62 17
Octal 164 4 1 0 141 143 67 2 142 27
Binary 1110100 100 1 0 1100001 1100011 110111 10 1100010 10111

Color Harmonies of #740401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740401

Black with #740401

Text Example


Text Example

White with #740401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740401; }

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

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

background-color css

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

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

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

border-color css

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

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

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