Html Css Color HEX #731602 Maroon

📋 copy color: '#731602'

red 115 ◦ green 22 ◦ blue 2

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

Shades of Maroon #731602

Tints of Maroon #731602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

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

R = 82.73%
G = 15.83%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#731602 (or 0x731602) is known color: Maroon. HEX triplet: 73, 16 and 02. RGB value is (115,22,2). Sum of RGB (Red+Green+Blue) = 115+22+2=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #731602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731602 is #8CE9FD. Grayscale: #2F2F2F. Windows color (decimal): -9234942 or 136819. OLE color: 136819.

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

Color convert

RGB 115 22 2 -
CMYK 0 0.81 0.98 0.55
HSL 10.62º 0.97% 0.23% -
HSV(B) 10.62º 0.98% 0.45% -
XYZ 7.37 4.22 0.48 -
YUV 47.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 115 22 2 0 0.81 0.98 0.55 10.62 0.97 0.23
Hex 73 16 2 0 51 62 37 B 61 17
Octal 163 26 2 0 121 142 67 13 141 27
Binary 1110011 10110 10 0 1010001 1100010 110111 1011 1100001 10111

Color Harmonies of #731602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731602

Black with #731602

Text Example


Text Example

White with #731602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731602; }

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

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

background-color css

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

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

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

border-color css

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

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

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