Html Css Color HEX #740400 Maroon

📋 copy color: '#740400'

red 116 ◦ green 4 ◦ blue 0

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

Shades of Maroon #740400

Tints of Maroon #740400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.67%
G = 3.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#740400 (or 0x740400) is known color: Maroon. HEX triplet: 74, 04 and 00. RGB value is (116,4,0). Sum of RGB (Red+Green+Blue) = 116+4+0=120 (15% of max value = 765). Red value is 116 (45.70% from 255 or 96.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 116 - color contains mainly: red. Hex color #740400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740400 is #8BFBFF. Grayscale: #252525. Windows color (decimal): -9174016 or 1140. OLE color: 1140.

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

Color convert

RGB 116 4 0 -
CMYK 0 0.97 1 0.55
HSL 2.07º 1% 0.23% -
HSV(B) 2.07º 1% 0.45% -
XYZ 7.25 3.8 0.35 -
YUV 37.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 116 4 0 0 0.97 1 0.55 2.07 1 0.23
Hex 74 4 0 0 61 64 37 2 64 17
Octal 164 4 0 0 141 144 67 2 144 27
Binary 1110100 100 0 0 1100001 1100100 110111 10 1100100 10111

Color Harmonies of #740400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740400

Black with #740400

Text Example


Text Example

White with #740400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740400; }

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

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

background-color css

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

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

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

border-color css

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

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

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