Html Css Color HEX #740403 Maroon

📋 copy color: '#740403'

red 116 ◦ green 4 ◦ blue 3

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

Shades of Maroon #740403

Tints of Maroon #740403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 94.31%
G = 3.25%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#740403 (or 0x740403) is known color: Maroon. HEX triplet: 74, 04 and 03. RGB value is (116,4,3). Sum of RGB (Red+Green+Blue) = 116+4+3=123 (16% of max value = 765). Red value is 116 (45.70% from 255 or 94.31% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 116 - color contains mainly: red. Hex color #740403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740403 is #8BFBFC. Grayscale: #252525. Windows color (decimal): -9174013 or 197748. OLE color: 197748.

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

Color convert

RGB 116 4 3 -
CMYK 0 0.97 0.97 0.55
HSL 0.53º 0.95% 0.23% -
HSV(B) 0.53º 0.97% 0.45% -
XYZ 7.26 3.81 0.44 -
YUV 37.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 116 4 3 0 0.97 0.97 0.55 0.53 0.95 0.23
Hex 74 4 3 0 61 61 37 1 5F 17
Octal 164 4 3 0 141 141 67 1 137 27
Binary 1110100 100 11 0 1100001 1100001 110111 1 1011111 10111

Color Harmonies of #740403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740403

Black with #740403

Text Example


Text Example

White with #740403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740403; }

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

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

background-color css

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

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

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

border-color css

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

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

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