#750118

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

Shades of Burgundy #750118

Tints of Burgundy #750118

Color information

#750118 (or 0x750118) is unknown color: approx Burgundy. HEX triplet: 75, 01 and 18. RGB value is (117,1,24). Sum of RGB (Red+Green+Blue) = 117+1+24=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #750118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750118 is #8AFEE7. Grayscale: #262626. Windows color (decimal): -9109224 or 1573237. OLE color: 1573237.

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

Color convert

RGB117124-
CMYK00.990.790.54
HSL348.1º98.31%23.14%-
HSV(B)348.1º99.15%45.88%-
XYZ7.513.871.22-
YUV38.31119.93184.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.39%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=82.39%
G=0.70%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11712400.990.790.54348.198.3123.14
Hex751180634F3615c6217
Octal16513001431176653414227
Binary1110101111000011000111001111110110101011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750118; }

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

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

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

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

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

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

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

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