Html Css Color HEX #731502 Maroon

📋 copy color: '#731502'

red 115 ◦ green 21 ◦ blue 2

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

Shades of Maroon #731502

Tints of Maroon #731502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

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

R = 83.33%
G = 15.22%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#731502 (or 0x731502) is known color: Maroon. HEX triplet: 73, 15 and 02. RGB value is (115,21,2). Sum of RGB (Red+Green+Blue) = 115+21+2=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #731502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731502 is #8CEAFD. Grayscale: #2F2F2F. Windows color (decimal): -9235198 or 136563. OLE color: 136563.

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

Color convert

RGB 115 21 2 -
CMYK 0 0.82 0.98 0.55
HSL 10.09º 0.97% 0.23% -
HSV(B) 10.09º 0.98% 0.45% -
XYZ 7.35 4.19 0.48 -
YUV 46.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 115 21 2 0 0.82 0.98 0.55 10.09 0.97 0.23
Hex 73 15 2 0 52 62 37 A 61 17
Octal 163 25 2 0 122 142 67 12 141 27
Binary 1110011 10101 10 0 1010010 1100010 110111 1010 1100001 10111

Color Harmonies of #731502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731502

Black with #731502

Text Example


Text Example

White with #731502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731502; }

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

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

background-color css

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

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

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

border-color css

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

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

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