Html Css Color HEX #731103 Maroon

📋 copy color: '#731103'

red 115 ◦ green 17 ◦ blue 3

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

Shades of Maroon #731103

Tints of Maroon #731103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 85.19%
G = 12.59%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#731103 (or 0x731103) is known color: Maroon. HEX triplet: 73, 11 and 03. RGB value is (115,17,3). Sum of RGB (Red+Green+Blue) = 115+17+3=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #731103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731103 is #8CEEFC. Grayscale: #2C2C2C. Windows color (decimal): -9236221 or 201075. OLE color: 201075.

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

Color convert

RGB 115 17 3 -
CMYK 0 0.85 0.97 0.55
HSL 7.5º 0.95% 0.23% -
HSV(B) 7.5º 0.97% 0.45% -
XYZ 7.29 4.05 0.48 -
YUV 44.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 115 17 3 0 0.85 0.97 0.55 7.5 0.95 0.23
Hex 73 11 3 0 55 61 37 8 5F 17
Octal 163 21 3 0 125 141 67 10 137 27
Binary 1110011 10001 11 0 1010101 1100001 110111 1000 1011111 10111

Color Harmonies of #731103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731103

Black with #731103

Text Example


Text Example

White with #731103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731103; }

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

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

background-color css

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

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

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

border-color css

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

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

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