#750016

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

Shades of Burgundy #750016

Tints of Burgundy #750016

Color information

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

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

Color convert

RGB117022-
CMYK010.810.54
HSL348.72º100%22.94%-
HSV(B)348.72º100%45.88%-
XYZ7.483.841.11-
YUV37.49119.26184.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117022010.810.54348.7210022.94
Hex75016064513615d6417
Octal16502601441216653514427
Binary1110101010110011001001010001110110101011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750016; }

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

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

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

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

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

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

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

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