Html Css Color HEX #740901 Maroon

📋 copy color: '#740901'

red 116 ◦ green 9 ◦ blue 1

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

Shades of Maroon #740901

Tints of Maroon #740901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 92.06%
G = 7.14%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#740901 (or 0x740901) is known color: Maroon. HEX triplet: 74, 09 and 01. RGB value is (116,9,1). Sum of RGB (Red+Green+Blue) = 116+9+1=126 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.06% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 116 - color contains mainly: red. Hex color #740901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740901 is #8BF6FE. Grayscale: #282828. Windows color (decimal): -9172735 or 67956. OLE color: 67956.

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

Color convert

RGB 116 9 1 -
CMYK 0 0.92 0.99 0.55
HSL 4.17º 0.98% 0.23% -
HSV(B) 4.17º 0.99% 0.45% -
XYZ 7.31 3.91 0.4 -
YUV 40.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 116 9 1 0 0.92 0.99 0.55 4.17 0.98 0.23
Hex 74 9 1 0 5C 63 37 4 62 17
Octal 164 11 1 0 134 143 67 4 142 27
Binary 1110100 1001 1 0 1011100 1100011 110111 100 1100010 10111

Color Harmonies of #740901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740901

Black with #740901

Text Example


Text Example

White with #740901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740901; }

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

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

background-color css

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

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

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

border-color css

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

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

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