Html Css Color HEX #741503 Maroon

📋 copy color: '#741503'

red 116 ◦ green 21 ◦ blue 3

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

Shades of Maroon #741503

Tints of Maroon #741503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

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

R = 82.86%
G = 15%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741503 (or 0x741503) is known color: Maroon. HEX triplet: 74, 15 and 03. RGB value is (116,21,3). Sum of RGB (Red+Green+Blue) = 116+21+3=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #741503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741503 is #8BEAFC. Grayscale: #2F2F2F. Windows color (decimal): -9169661 or 202100. OLE color: 202100.

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

Color convert

RGB 116 21 3 -
CMYK 0 0.82 0.97 0.55
HSL 9.56º 0.95% 0.23% -
HSV(B) 9.56º 0.97% 0.45% -
XYZ 7.49 4.26 0.51 -
YUV 47.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 116 21 3 0 0.82 0.97 0.55 9.56 0.95 0.23
Hex 74 15 3 0 52 61 37 A 5F 17
Octal 164 25 3 0 122 141 67 12 137 27
Binary 1110100 10101 11 0 1010010 1100001 110111 1010 1011111 10111

Color Harmonies of #741503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741503

Black with #741503

Text Example


Text Example

White with #741503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741503; }

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

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

background-color css

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

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

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

border-color css

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

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

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