#751800

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

Shades of Maroon #751800

Tints of Maroon #751800

Color information

#751800 (or 0x751800) is unknown color: approx Maroon. HEX triplet: 75, 18 and 00. RGB value is (117,24,0). Sum of RGB (Red+Green+Blue) = 117+24+0=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751800 is #8AE7FF. Grayscale: #313131. Windows color (decimal): -9103360 or 6261. OLE color: 6261.

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

Color convert

RGB117240-
CMYK00.7910.54
HSL12.31º100%22.94%-
HSV(B)12.31º100%45.88%-
XYZ7.664.440.45-
YUV49.07100.31176.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.98%
G=17.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11724000.7910.5412.3110022.94
Hex7518004F6436c6417
Octal1653000117144661414427
Binary11101011100000100111111001001101101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751800; }

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

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

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

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

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

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

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

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