Html Css Color HEX #731404 Maroon

📋 copy color: '#731404'

red 115 ◦ green 20 ◦ blue 4

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

Shades of Maroon #731404

Tints of Maroon #731404

RGB

 RED value IS 115 (45.31% from 255) = 82.73%

 GREEN value IS 20 (8.2% from 255) = 14.39%

 BLUE value IS 4 (1.95% from 255) = 2.88%

R = 82.73%
G = 14.39%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#731404 (or 0x731404) is known color: Maroon. HEX triplet: 73, 14 and 04. RGB value is (115,20,4). Sum of RGB (Red+Green+Blue) = 115+20+4=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #731404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731404 is #8CEBFB. Grayscale: #2E2E2E. Windows color (decimal): -9235452 or 267379. OLE color: 267379.

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

Color convert

RGB 115 20 4 -
CMYK 0 0.83 0.97 0.55
HSL 8.65º 0.93% 0.23% -
HSV(B) 8.65º 0.97% 0.45% -
XYZ 7.34 4.15 0.53 -
YUV 46.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 115 20 4 0 0.83 0.97 0.55 8.65 0.93 0.23
Hex 73 14 4 0 53 61 37 9 5D 17
Octal 163 24 4 0 123 141 67 11 135 27
Binary 1110011 10100 100 0 1010011 1100001 110111 1001 1011101 10111

Color Harmonies of #731404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731404

Black with #731404

Text Example


Text Example

White with #731404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731404; }

 p { color: rgb(115,20,4); }

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

background-color css

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

 a { background-color: rgb(115,20,4); }

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

border-color css

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

 span { border-color: rgb(115,20,4); }

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