Html Css Color HEX #731600 Maroon

📋 copy color: '#731600'

red 115 ◦ green 22 ◦ blue 0

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

Shades of Maroon #731600

Tints of Maroon #731600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.94%
G = 16.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#731600 (or 0x731600) is known color: Maroon. HEX triplet: 73, 16 and 00. RGB value is (115,22,0). Sum of RGB (Red+Green+Blue) = 115+22+0=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #731600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731600 is #8CE9FF. Grayscale: #2F2F2F. Windows color (decimal): -9234944 or 5747. OLE color: 5747.

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

Color convert

RGB 115 22 0 -
CMYK 0 0.81 1 0.55
HSL 11.48º 1% 0.23% -
HSV(B) 11.48º 1% 0.45% -
XYZ 7.36 4.22 0.43 -
YUV 47.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 115 22 0 0 0.81 1 0.55 11.48 1 0.23
Hex 73 16 0 0 51 64 37 B 64 17
Octal 163 26 0 0 121 144 67 13 144 27
Binary 1110011 10110 0 0 1010001 1100100 110111 1011 1100100 10111

Color Harmonies of #731600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731600

Black with #731600

Text Example


Text Example

White with #731600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731600; }

 p { color: rgb(115,22,0); }

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

background-color css

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

 a { background-color: rgb(115,22,0); }

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

border-color css

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

 span { border-color: rgb(115,22,0); }

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