Html Css Color HEX #731401 Maroon

📋 copy color: '#731401'

red 115 ◦ green 20 ◦ blue 1

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

Shades of Maroon #731401

Tints of Maroon #731401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 84.56%
G = 14.71%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#731401 (or 0x731401) is known color: Maroon. HEX triplet: 73, 14 and 01. RGB value is (115,20,1). Sum of RGB (Red+Green+Blue) = 115+20+1=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #731401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731401 is #8CEBFE. Grayscale: #2E2E2E. Windows color (decimal): -9235455 or 70771. OLE color: 70771.

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

Color convert

RGB 115 20 1 -
CMYK 0 0.83 0.99 0.55
HSL 10º 0.98% 0.23% -
HSV(B) 10º 0.99% 0.45% -
XYZ 7.33 4.15 0.44 -
YUV 46.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 115 20 1 0 0.83 0.99 0.55 10 0.98 0.23
Hex 73 14 1 0 53 63 37 A 62 17
Octal 163 24 1 0 123 143 67 12 142 27
Binary 1110011 10100 1 0 1010011 1100011 110111 1010 1100010 10111

Color Harmonies of #731401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731401

Black with #731401

Text Example


Text Example

White with #731401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731401; }

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

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

background-color css

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

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

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

border-color css

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

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

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