Html Css Color HEX #731303 Maroon

📋 copy color: '#731303'

red 115 ◦ green 19 ◦ blue 3

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

Shades of Maroon #731303

Tints of Maroon #731303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

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

R = 83.94%
G = 13.87%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#731303 (or 0x731303) is known color: Maroon. HEX triplet: 73, 13 and 03. RGB value is (115,19,3). Sum of RGB (Red+Green+Blue) = 115+19+3=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #731303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731303 is #8CECFC. Grayscale: #2E2E2E. Windows color (decimal): -9235709 or 201587. OLE color: 201587.

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

Color convert

RGB 115 19 3 -
CMYK 0 0.83 0.97 0.55
HSL 8.57º 0.95% 0.23% -
HSV(B) 8.57º 0.97% 0.45% -
XYZ 7.32 4.12 0.5 -
YUV 45.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 115 19 3 0 0.83 0.97 0.55 8.57 0.95 0.23
Hex 73 13 3 0 53 61 37 9 5F 17
Octal 163 23 3 0 123 141 67 11 137 27
Binary 1110011 10011 11 0 1010011 1100001 110111 1001 1011111 10111

Color Harmonies of #731303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731303

Black with #731303

Text Example


Text Example

White with #731303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731303; }

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

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

background-color css

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

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

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

border-color css

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

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

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