Html Css Color HEX #740705 Maroon

📋 copy color: '#740705'

red 116 ◦ green 7 ◦ blue 5

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

Shades of Maroon #740705

Tints of Maroon #740705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 90.63%
G = 5.47%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#740705 (or 0x740705) is known color: Maroon. HEX triplet: 74, 07 and 05. RGB value is (116,7,5). Sum of RGB (Red+Green+Blue) = 116+7+5=128 (16% of max value = 765). Red value is 116 (45.70% from 255 or 90.62% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 116 - color contains mainly: red. Hex color #740705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740705 is #8BF8FA. Grayscale: #272727. Windows color (decimal): -9173243 or 329588. OLE color: 329588.

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

Color convert

RGB 116 7 5 -
CMYK 0 0.94 0.96 0.55
HSL 1.08º 0.92% 0.24% -
HSV(B) 1.08º 0.96% 0.45% -
XYZ 7.31 3.88 0.51 -
YUV 39.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 116 7 5 0 0.94 0.96 0.55 1.08 0.92 0.24
Hex 74 7 5 0 5E 60 37 1 5C 18
Octal 164 7 5 0 136 140 67 1 134 30
Binary 1110100 111 101 0 1011110 1100000 110111 1 1011100 11000

Color Harmonies of #740705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740705

Black with #740705

Text Example


Text Example

White with #740705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740705; }

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

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

background-color css

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

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

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

border-color css

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

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

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