Html Css Color HEX #731102 Maroon

📋 copy color: '#731102'

red 115 ◦ green 17 ◦ blue 2

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

Shades of Maroon #731102

Tints of Maroon #731102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 85.82%
G = 12.69%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#731102 (or 0x731102) is known color: Maroon. HEX triplet: 73, 11 and 02. RGB value is (115,17,2). Sum of RGB (Red+Green+Blue) = 115+17+2=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #731102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731102 is #8CEEFD. Grayscale: #2C2C2C. Windows color (decimal): -9236222 or 135539. OLE color: 135539.

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

Color convert

RGB 115 17 2 -
CMYK 0 0.85 0.98 0.55
HSL 7.96º 0.97% 0.23% -
HSV(B) 7.96º 0.98% 0.45% -
XYZ 7.28 4.05 0.46 -
YUV 44.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 115 17 2 0 0.85 0.98 0.55 7.96 0.97 0.23
Hex 73 11 2 0 55 62 37 8 61 17
Octal 163 21 2 0 125 142 67 10 141 27
Binary 1110011 10001 10 0 1010101 1100010 110111 1000 1100001 10111

Color Harmonies of #731102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731102

Black with #731102

Text Example


Text Example

White with #731102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731102; }

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

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

background-color css

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

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

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

border-color css

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

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

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