#75070F

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

Shades of Burgundy #75070F

Tints of Burgundy #75070F

Color information

#75070F (or 0x75070F) is unknown color: approx Burgundy. HEX triplet: 75, 07 and 0F. RGB value is (117,7,15). Sum of RGB (Red+Green+Blue) = 117+7+15=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #75070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75070F is #8AF8F0. Grayscale: #282828. Windows color (decimal): -9107697 or 984949. OLE color: 984949.

HSL color Cylindrical-coordinate representation of color #75070F: hue angle of 355.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75070F is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB117715-
CMYK00.940.870.54
HSL355.64º88.71%24.31%-
HSV(B)355.64º94.02%45.88%-
XYZ7.53.970.82-
YUV40.8113.44182.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.17%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=84.17%
G=5.04%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11771500.940.870.54355.6488.7124.31
Hex757F05E57361645918
Octal16571701361276654413130
Binary11101011111111010111101010111110110101100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75070F; }

 p { color: rgb(117,7,15); }

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

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

 a { background-color: rgb(117,7,15); }

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

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

 span { border-color: rgb(117,7,15); }

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