Html Css Color HEX #740D0A Maroon

📋 copy color: '#740D0A'

red 116 ◦ green 13 ◦ blue 10

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

Shades of Maroon #740D0A

Tints of Maroon #740D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

 BLUE value IS 10 (4.3% from 255) = 7.19%

R = 83.45%
G = 9.35%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#740D0A (or 0x740D0A) is known color: Maroon. HEX triplet: 74, 0D and 0A. RGB value is (116,13,10). Sum of RGB (Red+Green+Blue) = 116+13+10=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740D0A is #8BF2F5. Grayscale: #2B2B2B. Windows color (decimal): -9171702 or 658804. OLE color: 658804.

HSL color Cylindrical-coordinate representation of color #740D0A: hue angle of 1.7º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740D0A is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 13 10 -
CMYK 0 0.89 0.91 0.55
HSL 1.7º 0.84% 0.25% -
HSV(B) 1.7º 0.91% 0.45% -
XYZ 7.4 4.02 0.67 -
YUV 43.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 116 13 10 0 0.89 0.91 0.55 1.7 0.84 0.25
Hex 74 D A 0 59 5B 37 2 54 19
Octal 164 15 12 0 131 133 67 2 124 31
Binary 1110100 1101 1010 0 1011001 1011011 110111 10 1010100 11001

Color Harmonies of #740D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D0A

Black with #740D0A

Text Example


Text Example

White with #740D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,13,10); }

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

background-color css

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

 a { background-color: rgb(116,13,10); }

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

border-color css

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

 span { border-color: rgb(116,13,10); }

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