Html Css Color HEX #731002 Maroon

📋 copy color: '#731002'

red 115 ◦ green 16 ◦ blue 2

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

Shades of Maroon #731002

Tints of Maroon #731002

RGB

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

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

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

R = 86.47%
G = 12.03%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#731002 (or 0x731002) is known color: Maroon. HEX triplet: 73, 10 and 02. RGB value is (115,16,2). Sum of RGB (Red+Green+Blue) = 115+16+2=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #731002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731002 is #8CEFFD. Grayscale: #2C2C2C. Windows color (decimal): -9236478 or 135283. OLE color: 135283.

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

Color convert

RGB 115 16 2 -
CMYK 0 0.86 0.98 0.55
HSL 7.43º 0.97% 0.23% -
HSV(B) 7.43º 0.98% 0.45% -
XYZ 7.27 4.02 0.45 -
YUV 44.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 115 16 2 0 0.86 0.98 0.55 7.43 0.97 0.23
Hex 73 10 2 0 56 62 37 7 61 17
Octal 163 20 2 0 126 142 67 7 141 27
Binary 1110011 10000 10 0 1010110 1100010 110111 111 1100001 10111

Color Harmonies of #731002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731002

Black with #731002

Text Example


Text Example

White with #731002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731002; }

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

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

background-color css

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

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

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

border-color css

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

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

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