Html Css Color HEX #741201 Maroon

📋 copy color: '#741201'

red 116 ◦ green 18 ◦ blue 1

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

Shades of Maroon #741201

Tints of Maroon #741201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 85.93%
G = 13.33%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#741201 (or 0x741201) is known color: Maroon. HEX triplet: 74, 12 and 01. RGB value is (116,18,1). Sum of RGB (Red+Green+Blue) = 116+18+1=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #741201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741201 is #8BEDFE. Grayscale: #2D2D2D. Windows color (decimal): -9170431 or 70260. OLE color: 70260.

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

Color convert

RGB 116 18 1 -
CMYK 0 0.84 0.99 0.55
HSL 8.87º 0.98% 0.23% -
HSV(B) 8.87º 0.99% 0.45% -
XYZ 7.42 4.15 0.44 -
YUV 45.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 116 18 1 0 0.84 0.99 0.55 8.87 0.98 0.23
Hex 74 12 1 0 54 63 37 9 62 17
Octal 164 22 1 0 124 143 67 11 142 27
Binary 1110100 10010 1 0 1010100 1100011 110111 1001 1100010 10111

Color Harmonies of #741201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741201

Black with #741201

Text Example


Text Example

White with #741201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741201; }

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

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

background-color css

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

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

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

border-color css

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

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

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