Html Css Color HEX #731003 Maroon

📋 copy color: '#731003'

red 115 ◦ green 16 ◦ blue 3

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

Shades of Maroon #731003

Tints of Maroon #731003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 85.82%
G = 11.94%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#731003 (or 0x731003) is known color: Maroon. HEX triplet: 73, 10 and 03. RGB value is (115,16,3). Sum of RGB (Red+Green+Blue) = 115+16+3=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #731003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731003 is #8CEFFC. Grayscale: #2C2C2C. Windows color (decimal): -9236477 or 200819. OLE color: 200819.

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

Color convert

RGB 115 16 3 -
CMYK 0 0.86 0.97 0.55
HSL 6.96º 0.95% 0.23% -
HSV(B) 6.96º 0.97% 0.45% -
XYZ 7.27 4.02 0.48 -
YUV 44.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 115 16 3 0 0.86 0.97 0.55 6.96 0.95 0.23
Hex 73 10 3 0 56 61 37 7 5F 17
Octal 163 20 3 0 126 141 67 7 137 27
Binary 1110011 10000 11 0 1010110 1100001 110111 111 1011111 10111

Color Harmonies of #731003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731003

Black with #731003

Text Example


Text Example

White with #731003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731003; }

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

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

background-color css

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

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

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

border-color css

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

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

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