Html Css Color HEX #741200 Maroon

📋 copy color: '#741200'

red 116 ◦ green 18 ◦ blue 0

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

Shades of Maroon #741200

Tints of Maroon #741200

RGB

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

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

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

R = 86.57%
G = 13.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#741200 (or 0x741200) is known color: Maroon. HEX triplet: 74, 12 and 00. RGB value is (116,18,0). Sum of RGB (Red+Green+Blue) = 116+18+0=134 (17% of max value = 765). Red value is 116 (45.70% from 255 or 86.57% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 116 - color contains mainly: red. Hex color #741200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741200 is #8BEDFF. Grayscale: #2D2D2D. Windows color (decimal): -9170432 or 4724. OLE color: 4724.

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

Color convert

RGB 116 18 0 -
CMYK 0 0.84 1 0.55
HSL 9.31º 1% 0.23% -
HSV(B) 9.31º 1% 0.45% -
XYZ 7.42 4.15 0.41 -
YUV 45.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 116 18 0 0 0.84 1 0.55 9.31 1 0.23
Hex 74 12 0 0 54 64 37 9 64 17
Octal 164 22 0 0 124 144 67 11 144 27
Binary 1110100 10010 0 0 1010100 1100100 110111 1001 1100100 10111

Color Harmonies of #741200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741200

Black with #741200

Text Example


Text Example

White with #741200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741200; }

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

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

background-color css

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

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

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

border-color css

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

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

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