Html Css Color HEX #740C04 Maroon

📋 copy color: '#740C04'

red 116 ◦ green 12 ◦ blue 4

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

Shades of Maroon #740C04

Tints of Maroon #740C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.09%

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 87.88%
G = 9.09%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#740C04 (or 0x740C04) is known color: Maroon. HEX triplet: 74, 0C and 04. RGB value is (116,12,4). Sum of RGB (Red+Green+Blue) = 116+12+4=132 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.88% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 116 - color contains mainly: red. Hex color #740C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740C04 is #8BF3FB. Grayscale: #2A2A2A. Windows color (decimal): -9171964 or 265332. OLE color: 265332.

HSL color Cylindrical-coordinate representation of color #740C04: hue angle of 4.29º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740C04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 12 4 -
CMYK 0 0.90 0.97 0.55
HSL 4.29º 0.93% 0.24% -
HSV(B) 4.29º 0.97% 0.45% -
XYZ 7.36 3.98 0.5 -
YUV 42.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 116 12 4 0 0.90 0.97 0.55 4.29 0.93 0.24
Hex 74 C 4 0 5A 61 37 4 5D 18
Octal 164 14 4 0 132 141 67 4 135 30
Binary 1110100 1100 100 0 1011010 1100001 110111 100 1011101 11000

Color Harmonies of #740C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C04

Black with #740C04

Text Example


Text Example

White with #740C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740C04; }

 p { color: rgb(116,12,4); }

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

background-color css

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

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

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

border-color css

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

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

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