#761401

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

Shades of Maroon #761401

Tints of Maroon #761401

Color information

#761401 (or 0x761401) is unknown color: approx Maroon. HEX triplet: 76, 14 and 01. RGB value is (118,20,1). Sum of RGB (Red+Green+Blue) = 118+20+1=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #761401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761401 is #89EBFE. Grayscale: #2F2F2F. Windows color (decimal): -9038847 or 70774. OLE color: 70774.

HSL color Cylindrical-coordinate representation of color #761401: hue angle of 9.74º 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 #761401 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB118201-
CMYK00.830.990.54
HSL9.74º98.32%23.33%-
HSV(B)9.74º99.15%46.27%-
XYZ7.734.350.46-
YUV47.14101.97178.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.89%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=84.89%
G=14.39%
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
Decimal11820100.830.990.549.7498.3223.33
Hex761410536336a6217
Octal1662410123143661214227
Binary11101101010010101001111000111101101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761401; }

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

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

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

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

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

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

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

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