#751600

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

Shades of Maroon #751600

Tints of Maroon #751600

Color information

#751600 (or 0x751600) is unknown color: approx Maroon. HEX triplet: 75, 16 and 00. RGB value is (117,22,0). Sum of RGB (Red+Green+Blue) = 117+22+0=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #751600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751600 is #8AE9FF. Grayscale: #303030. Windows color (decimal): -9103872 or 5749. OLE color: 5749.

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

Color convert

RGB117220-
CMYK00.8110.54
HSL11.28º100%22.94%-
HSV(B)11.28º100%45.88%-
XYZ7.624.360.44-
YUV47.9100.97177.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.17%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.17%
G=15.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722000.8110.5411.2810022.94
Hex751600516436b6417
Octal1652600121144661314427
Binary11101011011000101000111001001101101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751600; }

 p { color: rgb(117,22,0); }

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

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

 a { background-color: rgb(117,22,0); }

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

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

 span { border-color: rgb(117,22,0); }

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