#750120

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

Shades of Burgundy #750120

Tints of Burgundy #750120

Color information

#750120 (or 0x750120) is unknown color: approx Burgundy. HEX triplet: 75, 01 and 20. RGB value is (117,1,32). Sum of RGB (Red+Green+Blue) = 117+1+32=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #750120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750120 is #8AFEDF. Grayscale: #272727. Windows color (decimal): -9109216 or 2097525. OLE color: 2097525.

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

Color convert

RGB117132-
CMYK00.990.730.54
HSL343.97º98.31%23.14%-
HSV(B)343.97º99.15%45.88%-
XYZ7.613.911.72-
YUV39.22123.93183.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=78%
G=0.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11713200.990.730.54343.9798.3123.14
Hex7512006349361586217
Octal16514001431116653014227
Binary11101011100000011000111001001110110101011000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750120; }

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

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

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

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

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

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

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

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