Html Css Color HEX #741008 Maroon

📋 copy color: '#741008'

red 116 ◦ green 16 ◦ blue 8

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

Shades of Maroon #741008

Tints of Maroon #741008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 82.86%
G = 11.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#741008 (or 0x741008) is known color: Maroon. HEX triplet: 74, 10 and 08. RGB value is (116,16,8). Sum of RGB (Red+Green+Blue) = 116+16+8=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #741008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741008 is #8BEFF7. Grayscale: #2D2D2D. Windows color (decimal): -9170936 or 528500. OLE color: 528500.

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

Color convert

RGB 116 16 8 -
CMYK 0 0.86 0.93 0.55
HSL 4.44º 0.87% 0.24% -
HSV(B) 4.44º 0.93% 0.45% -
XYZ 7.43 4.1 0.63 -
YUV 44.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 116 16 8 0 0.86 0.93 0.55 4.44 0.87 0.24
Hex 74 10 8 0 56 5D 37 4 57 18
Octal 164 20 10 0 126 135 67 4 127 30
Binary 1110100 10000 1000 0 1010110 1011101 110111 100 1010111 11000

Color Harmonies of #741008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741008

Black with #741008

Text Example


Text Example

White with #741008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741008; }

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

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

background-color css

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

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

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

border-color css

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

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

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