#751401

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

Shades of Maroon #751401

Tints of Maroon #751401

Color information

#751401 (or 0x751401) is unknown color: approx Maroon. HEX triplet: 75, 14 and 01. RGB value is (117,20,1). Sum of RGB (Red+Green+Blue) = 117+20+1=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #751401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751401 is #8AEBFE. Grayscale: #2F2F2F. Windows color (decimal): -9104383 or 70773. OLE color: 70773.

HSL color Cylindrical-coordinate representation of color #751401: hue angle of 9.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #751401 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB117201-
CMYK00.830.990.54
HSL9.83º98.31%23.14%-
HSV(B)9.83º99.15%45.88%-
XYZ7.594.280.46-
YUV46.84102.14178.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.78%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=84.78%
G=14.49%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11720100.830.990.549.8398.3123.14
Hex751410536336a6217
Octal1652410123143661214227
Binary11101011010010101001111000111101101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751401; }

 p { color: rgb(117,20,1); }

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

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

 a { background-color: rgb(117,20,1); }

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

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

 span { border-color: rgb(117,20,1); }

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