Html Css Color HEX #740904 Maroon

📋 copy color: '#740904'

red 116 ◦ green 9 ◦ blue 4

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

Shades of Maroon #740904

Tints of Maroon #740904

RGB

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

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

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

R = 89.92%
G = 6.98%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#740904 (or 0x740904) is known color: Maroon. HEX triplet: 74, 09 and 04. RGB value is (116,9,4). Sum of RGB (Red+Green+Blue) = 116+9+4=129 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.92% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 116 - color contains mainly: red. Hex color #740904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740904 is #8BF6FB. Grayscale: #282828. Windows color (decimal): -9172732 or 264564. OLE color: 264564.

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

Color convert

RGB 116 9 4 -
CMYK 0 0.92 0.97 0.55
HSL 2.68º 0.93% 0.24% -
HSV(B) 2.68º 0.97% 0.45% -
XYZ 7.32 3.92 0.49 -
YUV 40.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 116 9 4 0 0.92 0.97 0.55 2.68 0.93 0.24
Hex 74 9 4 0 5C 61 37 3 5D 18
Octal 164 11 4 0 134 141 67 3 135 30
Binary 1110100 1001 100 0 1011100 1100001 110111 11 1011101 11000

Color Harmonies of #740904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740904

Black with #740904

Text Example


Text Example

White with #740904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740904; }

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

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

background-color css

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

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

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

border-color css

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

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

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