Html Css Color HEX #741701 Maroon

📋 copy color: '#741701'

red 116 ◦ green 23 ◦ blue 1

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

Shades of Maroon #741701

Tints of Maroon #741701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

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

R = 82.86%
G = 16.43%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#741701 (or 0x741701) is known color: Maroon. HEX triplet: 74, 17 and 01. RGB value is (116,23,1). Sum of RGB (Red+Green+Blue) = 116+23+1=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #741701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741701 is #8BE8FE. Grayscale: #303030. Windows color (decimal): -9169151 or 71540. OLE color: 71540.

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

Color convert

RGB 116 23 1 -
CMYK 0 0.80 0.99 0.55
HSL 11.48º 0.98% 0.23% -
HSV(B) 11.48º 0.99% 0.45% -
XYZ 7.51 4.33 0.47 -
YUV 48.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 116 23 1 0 0.80 0.99 0.55 11.48 0.98 0.23
Hex 74 17 1 0 50 63 37 B 62 17
Octal 164 27 1 0 120 143 67 13 142 27
Binary 1110100 10111 1 0 1010000 1100011 110111 1011 1100010 10111

Color Harmonies of #741701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741701

Black with #741701

Text Example


Text Example

White with #741701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741701; }

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

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

background-color css

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

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

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

border-color css

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

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

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