Html Css Color HEX #740101 Maroon

📋 copy color: '#740101'

red 116 ◦ green 1 ◦ blue 1

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

Shades of Maroon #740101

Tints of Maroon #740101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 98.31%
G = 0.85%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#740101 (or 0x740101) is known color: Maroon. HEX triplet: 74, 01 and 01. RGB value is (116,1,1). Sum of RGB (Red+Green+Blue) = 116+1+1=118 (15% of max value = 765). Red value is 116 (45.70% from 255 or 98.31% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 116 - color contains mainly: red. Hex color #740101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740101 is #8BFEFE. Grayscale: #232323. Windows color (decimal): -9174783 or 65908. OLE color: 65908.

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

Color convert

RGB 116 1 1 -
CMYK 0 0.99 0.99 0.55
HSL 0.98% 0.23% -
HSV(B) 0.99% 0.45% -
XYZ 7.22 3.74 0.37 -
YUV 35.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 116 1 1 0 0.99 0.99 0.55 0 0.98 0.23
Hex 74 1 1 0 63 63 37 0 62 17
Octal 164 1 1 0 143 143 67 0 142 27
Binary 1110100 1 1 0 1100011 1100011 110111 0 1100010 10111

Color Harmonies of #740101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740101

Black with #740101

Text Example


Text Example

White with #740101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740101; }

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

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

background-color css

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

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

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

border-color css

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

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

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