Html Css Color HEX #741105 Maroon

📋 copy color: '#741105'

red 116 ◦ green 17 ◦ blue 5

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

Shades of Maroon #741105

Tints of Maroon #741105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 5 (2.34% from 255) = 3.62%

R = 84.06%
G = 12.32%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#741105 (or 0x741105) is known color: Maroon. HEX triplet: 74, 11 and 05. RGB value is (116,17,5). Sum of RGB (Red+Green+Blue) = 116+17+5=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #741105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741105 is #8BEEFA. Grayscale: #2D2D2D. Windows color (decimal): -9170683 or 332148. OLE color: 332148.

HSL color Cylindrical-coordinate representation of color #741105: hue angle of 6.49º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #741105 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 5 -
CMYK 0 0.85 0.96 0.55
HSL 6.49º 0.92% 0.24% -
HSV(B) 6.49º 0.96% 0.45% -
XYZ 7.43 4.12 0.55 -
YUV 45.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 116 17 5 0 0.85 0.96 0.55 6.49 0.92 0.24
Hex 74 11 5 0 55 60 37 6 5C 18
Octal 164 21 5 0 125 140 67 6 134 30
Binary 1110100 10001 101 0 1010101 1100000 110111 110 1011100 11000

Color Harmonies of #741105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741105

Black with #741105

Text Example


Text Example

White with #741105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741105; }

 p { color: rgb(116,17,5); }

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

background-color css

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

 a { background-color: rgb(116,17,5); }

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

border-color css

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

 span { border-color: rgb(116,17,5); }

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