Html Css Color HEX #741403 Maroon

📋 copy color: '#741403'

red 116 ◦ green 20 ◦ blue 3

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

Shades of Maroon #741403

Tints of Maroon #741403

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 83.45%
G = 14.39%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741403 (or 0x741403) is known color: Maroon. HEX triplet: 74, 14 and 03. RGB value is (116,20,3). Sum of RGB (Red+Green+Blue) = 116+20+3=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #741403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741403 is #8BEBFC. Grayscale: #2E2E2E. Windows color (decimal): -9169917 or 201844. OLE color: 201844.

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

Color convert

RGB 116 20 3 -
CMYK 0 0.83 0.97 0.55
HSL 9.03º 0.95% 0.23% -
HSV(B) 9.03º 0.97% 0.45% -
XYZ 7.47 4.22 0.51 -
YUV 46.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 116 20 3 0 0.83 0.97 0.55 9.03 0.95 0.23
Hex 74 14 3 0 53 61 37 9 5F 17
Octal 164 24 3 0 123 141 67 11 137 27
Binary 1110100 10100 11 0 1010011 1100001 110111 1001 1011111 10111

Color Harmonies of #741403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741403

Black with #741403

Text Example


Text Example

White with #741403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741403; }

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

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

background-color css

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

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

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

border-color css

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

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

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