Html Css Color HEX #741303 Maroon

📋 copy color: '#741303'

red 116 ◦ green 19 ◦ blue 3

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

Shades of Maroon #741303

Tints of Maroon #741303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 84.06%
G = 13.77%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741303 (or 0x741303) is known color: Maroon. HEX triplet: 74, 13 and 03. RGB value is (116,19,3). Sum of RGB (Red+Green+Blue) = 116+19+3=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #741303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741303 is #8BECFC. Grayscale: #2E2E2E. Windows color (decimal): -9170173 or 201588. OLE color: 201588.

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

Color convert

RGB 116 19 3 -
CMYK 0 0.84 0.97 0.55
HSL 8.5º 0.95% 0.23% -
HSV(B) 8.5º 0.97% 0.45% -
XYZ 7.45 4.19 0.5 -
YUV 46.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 116 19 3 0 0.84 0.97 0.55 8.5 0.95 0.23
Hex 74 13 3 0 54 61 37 8 5F 17
Octal 164 23 3 0 124 141 67 10 137 27
Binary 1110100 10011 11 0 1010100 1100001 110111 1000 1011111 10111

Color Harmonies of #741303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741303

Black with #741303

Text Example


Text Example

White with #741303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741303; }

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

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

background-color css

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

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

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

border-color css

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

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

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