#750801

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

Shades of Maroon #750801

Tints of Maroon #750801

Color information

#750801 (or 0x750801) is unknown color: approx Maroon. HEX triplet: 75, 08 and 01. RGB value is (117,8,1). Sum of RGB (Red+Green+Blue) = 117+8+1=126 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.86% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 117 - color contains mainly: red. Hex color #750801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750801 is #8AF7FE. Grayscale: #272727. Windows color (decimal): -9107455 or 67701. OLE color: 67701.

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

Color convert

RGB11781-
CMYK00.930.990.54
HSL3.62º98.31%23.14%-
HSV(B)3.62º99.15%45.88%-
XYZ7.433.960.4-
YUV39.79106.11183.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 92.86%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=92.86%
G=6.35%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178100.930.990.543.6298.3123.14
Hex758105D633646217
Octal165101013514366414227
Binary111010110001010111011100011110110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750801; }

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

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

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

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

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

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

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

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