Html Css Color HEX #741700 Maroon

📋 copy color: '#741700'

red 116 ◦ green 23 ◦ blue 0

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

Shades of Maroon #741700

Tints of Maroon #741700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.45%
G = 16.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#741700 (or 0x741700) is known color: Maroon. HEX triplet: 74, 17 and 00. RGB value is (116,23,0). Sum of RGB (Red+Green+Blue) = 116+23+0=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #741700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741700 is #8BE8FF. Grayscale: #303030. Windows color (decimal): -9169152 or 6004. OLE color: 6004.

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

Color convert

RGB 116 23 0 -
CMYK 0 0.80 1 0.55
HSL 11.9º 1% 0.23% -
HSV(B) 11.9º 1% 0.45% -
XYZ 7.51 4.33 0.44 -
YUV 48.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 116 23 0 0 0.80 1 0.55 11.9 1 0.23
Hex 74 17 0 0 50 64 37 C 64 17
Octal 164 27 0 0 120 144 67 14 144 27
Binary 1110100 10111 0 0 1010000 1100100 110111 1100 1100100 10111

Color Harmonies of #741700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741700

Black with #741700

Text Example


Text Example

White with #741700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741700; }

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

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

background-color css

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

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

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

border-color css

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

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

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