#710601

Color #710601 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #710601

Tints of Maroon #710601

Color information

#710601 (or 0x710601) is unknown color: approx Maroon. HEX triplet: 71, 06 and 01. RGB value is (113,6,1). Sum of RGB (Red+Green+Blue) = 113+6+1=120 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.17% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 113 - color contains mainly: red. Hex color #710601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710601 is #8EF9FE. Grayscale: #252525. Windows color (decimal): -9370111 or 67185. OLE color: 67185.

HSL color Cylindrical-coordinate representation of color #710601: hue angle of 2.68º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710601 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB11361-
CMYK00.950.990.56
HSL2.68º98.25%22.35%-
HSV(B)2.68º99.12%44.31%-
XYZ6.883.640.37-
YUV37.42107.45181.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 94.17%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=94.17%
G=5%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136100.950.990.562.6898.2522.35
Hex716105F633836216
Octal16161013714370314226
Binary1110001110101011111110001111100011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710601; }

 p { color: rgb(113,6,1); }

 H1.HeaderClassName
 {
   color: #710601;
 }
 .AnyTagClassName
 {
   color: #710601;
 }
</style>
background-color css

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

 a { background-color: rgb(113,6,1); }

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

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

 span { border-color: rgb(113,6,1); }

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