Html Css Color HEX #740500 Maroon

📋 copy color: '#740500'

red 116 ◦ green 5 ◦ blue 0

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

Shades of Maroon #740500

Tints of Maroon #740500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

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

R = 95.87%
G = 4.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#740500 (or 0x740500) is known color: Maroon. HEX triplet: 74, 05 and 00. RGB value is (116,5,0). Sum of RGB (Red+Green+Blue) = 116+5+0=121 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.87% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 116 - color contains mainly: red. Hex color #740500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740500 is #8BFAFF. Grayscale: #252525. Windows color (decimal): -9173760 or 1396. OLE color: 1396.

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

Color convert

RGB 116 5 0 -
CMYK 0 0.96 1 0.55
HSL 2.59º 1% 0.23% -
HSV(B) 2.59º 1% 0.45% -
XYZ 7.26 3.82 0.36 -
YUV 37.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 116 5 0 0 0.96 1 0.55 2.59 1 0.23
Hex 74 5 0 0 60 64 37 3 64 17
Octal 164 5 0 0 140 144 67 3 144 27
Binary 1110100 101 0 0 1100000 1100100 110111 11 1100100 10111

Color Harmonies of #740500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740500

Black with #740500

Text Example


Text Example

White with #740500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740500; }

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

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

background-color css

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

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

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

border-color css

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

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

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