Html Css Color HEX #741007 Maroon

📋 copy color: '#741007'

red 116 ◦ green 16 ◦ blue 7

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

Shades of Maroon #741007

Tints of Maroon #741007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

 BLUE value IS 7 (3.13% from 255) = 5.04%

R = 83.45%
G = 11.51%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#741007 (or 0x741007) is known color: Maroon. HEX triplet: 74, 10 and 07. RGB value is (116,16,7). Sum of RGB (Red+Green+Blue) = 116+16+7=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #741007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741007 is #8BEFF8. Grayscale: #2D2D2D. Windows color (decimal): -9170937 or 462964. OLE color: 462964.

HSL color Cylindrical-coordinate representation of color #741007: hue angle of 4.95º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #741007 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 7 -
CMYK 0 0.86 0.94 0.55
HSL 4.95º 0.89% 0.24% -
HSV(B) 4.95º 0.94% 0.45% -
XYZ 7.43 4.1 0.6 -
YUV 44.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 116 16 7 0 0.86 0.94 0.55 4.95 0.89 0.24
Hex 74 10 7 0 56 5E 37 5 59 18
Octal 164 20 7 0 126 136 67 5 131 30
Binary 1110100 10000 111 0 1010110 1011110 110111 101 1011001 11000

Color Harmonies of #741007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741007

Black with #741007

Text Example


Text Example

White with #741007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741007; }

 p { color: rgb(116,16,7); }

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

background-color css

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

 a { background-color: rgb(116,16,7); }

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

border-color css

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

 span { border-color: rgb(116,16,7); }

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