Html Css Color HEX #740805 Maroon

📋 copy color: '#740805'

red 116 ◦ green 8 ◦ blue 5

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

Shades of Maroon #740805

Tints of Maroon #740805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 89.92%
G = 6.2%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#740805 (or 0x740805) is known color: Maroon. HEX triplet: 74, 08 and 05. RGB value is (116,8,5). Sum of RGB (Red+Green+Blue) = 116+8+5=129 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.92% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 116 - color contains mainly: red. Hex color #740805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740805 is #8BF7FA. Grayscale: #282828. Windows color (decimal): -9172987 or 329844. OLE color: 329844.

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

Color convert

RGB 116 8 5 -
CMYK 0 0.93 0.96 0.55
HSL 1.62º 0.92% 0.24% -
HSV(B) 1.62º 0.96% 0.45% -
XYZ 7.32 3.9 0.51 -
YUV 39.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 116 8 5 0 0.93 0.96 0.55 1.62 0.92 0.24
Hex 74 8 5 0 5D 60 37 2 5C 18
Octal 164 10 5 0 135 140 67 2 134 30
Binary 1110100 1000 101 0 1011101 1100000 110111 10 1011100 11000

Color Harmonies of #740805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740805

Black with #740805

Text Example


Text Example

White with #740805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740805; }

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

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

background-color css

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

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

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

border-color css

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

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

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