Html Css Color HEX #731105 Maroon

📋 copy color: '#731105'

red 115 ◦ green 17 ◦ blue 5

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

Shades of Maroon #731105

Tints of Maroon #731105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 5 (2.34% from 255) = 3.65%

R = 83.94%
G = 12.41%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#731105 (or 0x731105) is known color: Maroon. HEX triplet: 73, 11 and 05. RGB value is (115,17,5). Sum of RGB (Red+Green+Blue) = 115+17+5=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #731105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731105 is #8CEEFA. Grayscale: #2D2D2D. Windows color (decimal): -9236219 or 332147. OLE color: 332147.

HSL color Cylindrical-coordinate representation of color #731105: hue angle of 6.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #731105 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 5 -
CMYK 0 0.85 0.96 0.55
HSL 6.55º 0.92% 0.24% -
HSV(B) 6.55º 0.96% 0.45% -
XYZ 7.3 4.06 0.54 -
YUV 44.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 115 17 5 0 0.85 0.96 0.55 6.55 0.92 0.24
Hex 73 11 5 0 55 60 37 7 5C 18
Octal 163 21 5 0 125 140 67 7 134 30
Binary 1110011 10001 101 0 1010101 1100000 110111 111 1011100 11000

Color Harmonies of #731105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731105

Black with #731105

Text Example


Text Example

White with #731105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731105; }

 p { color: rgb(115,17,5); }

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

background-color css

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

 a { background-color: rgb(115,17,5); }

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

border-color css

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

 span { border-color: rgb(115,17,5); }

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