Html Css Color HEX #741203 Maroon

📋 copy color: '#741203'

red 116 ◦ green 18 ◦ blue 3

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

Shades of Maroon #741203

Tints of Maroon #741203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 84.67%
G = 13.14%
B = 2.19%

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

#741203 (or 0x741203) is known color: Maroon. HEX triplet: 74, 12 and 03. RGB value is (116,18,3). Sum of RGB (Red+Green+Blue) = 116+18+3=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #741203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741203 is #8BEDFC. Grayscale: #2D2D2D. Windows color (decimal): -9170429 or 201332. OLE color: 201332.

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

Color convert

RGB 116 18 3 -
CMYK 0 0.84 0.97 0.55
HSL 7.96º 0.95% 0.23% -
HSV(B) 7.96º 0.97% 0.45% -
XYZ 7.44 4.15 0.5 -
YUV 45.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 116 18 3 0 0.84 0.97 0.55 7.96 0.95 0.23
Hex 74 12 3 0 54 61 37 8 5F 17
Octal 164 22 3 0 124 141 67 10 137 27
Binary 1110100 10010 11 0 1010100 1100001 110111 1000 1011111 10111

Color Harmonies of #741203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741203

Black with #741203

Text Example


Text Example

White with #741203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741203; }

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

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

background-color css

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

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

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

border-color css

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

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

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