Html Css Color HEX #731601 Maroon

📋 copy color: '#731601'

red 115 ◦ green 22 ◦ blue 1

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

Shades of Maroon #731601

Tints of Maroon #731601

RGB

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

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

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

R = 83.33%
G = 15.94%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#731601 (or 0x731601) is known color: Maroon. HEX triplet: 73, 16 and 01. RGB value is (115,22,1). Sum of RGB (Red+Green+Blue) = 115+22+1=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #731601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731601 is #8CE9FE. Grayscale: #2F2F2F. Windows color (decimal): -9234943 or 71283. OLE color: 71283.

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

Color convert

RGB 115 22 1 -
CMYK 0 0.81 0.99 0.55
HSL 11.05º 0.98% 0.23% -
HSV(B) 11.05º 0.99% 0.45% -
XYZ 7.36 4.22 0.46 -
YUV 47.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 115 22 1 0 0.81 0.99 0.55 11.05 0.98 0.23
Hex 73 16 1 0 51 63 37 B 62 17
Octal 163 26 1 0 121 143 67 13 142 27
Binary 1110011 10110 1 0 1010001 1100011 110111 1011 1100010 10111

Color Harmonies of #731601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731601

Black with #731601

Text Example


Text Example

White with #731601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731601; }

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

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

background-color css

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

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

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

border-color css

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

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

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