Html Css Color HEX #741102 Maroon

📋 copy color: '#741102'

red 116 ◦ green 17 ◦ blue 2

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

Shades of Maroon #741102

Tints of Maroon #741102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.48%

R = 85.93%
G = 12.59%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#741102 (or 0x741102) is known color: Maroon. HEX triplet: 74, 11 and 02. RGB value is (116,17,2). Sum of RGB (Red+Green+Blue) = 116+17+2=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #741102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741102 is #8BEEFD. Grayscale: #2D2D2D. Windows color (decimal): -9170686 or 135540. OLE color: 135540.

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

Color convert

RGB 116 17 2 -
CMYK 0 0.85 0.98 0.55
HSL 7.89º 0.97% 0.23% -
HSV(B) 7.89º 0.98% 0.45% -
XYZ 7.41 4.12 0.46 -
YUV 44.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 116 17 2 0 0.85 0.98 0.55 7.89 0.97 0.23
Hex 74 11 2 0 55 62 37 8 61 17
Octal 164 21 2 0 125 142 67 10 141 27
Binary 1110100 10001 10 0 1010101 1100010 110111 1000 1100001 10111

Color Harmonies of #741102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741102

Black with #741102

Text Example


Text Example

White with #741102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741102; }

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

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

background-color css

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

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

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

border-color css

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

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

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