Html Css Color HEX #731402 Maroon

📋 copy color: '#731402'

red 115 ◦ green 20 ◦ blue 2

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

Shades of Maroon #731402

Tints of Maroon #731402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

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

R = 83.94%
G = 14.6%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#731402 (or 0x731402) is known color: Maroon. HEX triplet: 73, 14 and 02. RGB value is (115,20,2). Sum of RGB (Red+Green+Blue) = 115+20+2=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #731402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731402 is #8CEBFD. Grayscale: #2E2E2E. Windows color (decimal): -9235454 or 136307. OLE color: 136307.

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

Color convert

RGB 115 20 2 -
CMYK 0 0.83 0.98 0.55
HSL 9.56º 0.97% 0.23% -
HSV(B) 9.56º 0.98% 0.45% -
XYZ 7.33 4.15 0.47 -
YUV 46.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 115 20 2 0 0.83 0.98 0.55 9.56 0.97 0.23
Hex 73 14 2 0 53 62 37 A 61 17
Octal 163 24 2 0 123 142 67 12 141 27
Binary 1110011 10100 10 0 1010011 1100010 110111 1010 1100001 10111

Color Harmonies of #731402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731402

Black with #731402

Text Example


Text Example

White with #731402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731402; }

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

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

background-color css

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

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

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

border-color css

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

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

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