Html Css Color HEX #731106 Maroon

📋 copy color: '#731106'

red 115 ◦ green 17 ◦ blue 6

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

Shades of Maroon #731106

Tints of Maroon #731106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 83.33%
G = 12.32%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#731106 (or 0x731106) is known color: Maroon. HEX triplet: 73, 11 and 06. RGB value is (115,17,6). Sum of RGB (Red+Green+Blue) = 115+17+6=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #731106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731106 is #8CEEF9. Grayscale: #2D2D2D. Windows color (decimal): -9236218 or 397683. OLE color: 397683.

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

Color convert

RGB 115 17 6 -
CMYK 0 0.85 0.95 0.55
HSL 6.06º 0.9% 0.24% -
HSV(B) 6.06º 0.95% 0.45% -
XYZ 7.3 4.06 0.57 -
YUV 45.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 115 17 6 0 0.85 0.95 0.55 6.06 0.9 0.24
Hex 73 11 6 0 55 5F 37 6 5A 18
Octal 163 21 6 0 125 137 67 6 132 30
Binary 1110011 10001 110 0 1010101 1011111 110111 110 1011010 11000

Color Harmonies of #731106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731106

Black with #731106

Text Example


Text Example

White with #731106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731106; }

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

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

background-color css

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

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

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

border-color css

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

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

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