Html Css Color HEX #741003 Maroon

📋 copy color: '#741003'

red 116 ◦ green 16 ◦ blue 3

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

Shades of Maroon #741003

Tints of Maroon #741003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 85.93%
G = 11.85%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741003 (or 0x741003) is known color: Maroon. HEX triplet: 74, 10 and 03. RGB value is (116,16,3). Sum of RGB (Red+Green+Blue) = 116+16+3=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #741003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741003 is #8BEFFC. Grayscale: #2C2C2C. Windows color (decimal): -9170941 or 200820. OLE color: 200820.

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

Color convert

RGB 116 16 3 -
CMYK 0 0.86 0.97 0.55
HSL 6.9º 0.95% 0.23% -
HSV(B) 6.9º 0.97% 0.45% -
XYZ 7.4 4.09 0.49 -
YUV 44.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 116 16 3 0 0.86 0.97 0.55 6.9 0.95 0.23
Hex 74 10 3 0 56 61 37 7 5F 17
Octal 164 20 3 0 126 141 67 7 137 27
Binary 1110100 10000 11 0 1010110 1100001 110111 111 1011111 10111

Color Harmonies of #741003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741003

Black with #741003

Text Example


Text Example

White with #741003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741003; }

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

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

background-color css

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

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

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

border-color css

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

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

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