#75081D

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

Shades of Burgundy #75081D

Tints of Burgundy #75081D

Color information

#75081D (or 0x75081D) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 1D. RGB value is (117,8,29). Sum of RGB (Red+Green+Blue) = 117+8+29=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #75081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75081D is #8AF7E2. Grayscale: #2B2B2B. Windows color (decimal): -9107427 or 1902709. OLE color: 1902709.

HSL color Cylindrical-coordinate representation of color #75081D: hue angle of 348.44º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75081D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB117829-
CMYK00.930.750.54
HSL348.44º87.2%24.51%-
HSV(B)348.44º93.16%45.88%-
XYZ7.644.041.54-
YUV42.98120.11180.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.97%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=75.97%
G=5.19%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11782900.930.750.54348.4487.224.51
Hex7581D05D4B3615c5719
Octal165103501351136653412731
Binary1110101100011101010111011001011110110101011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75081D; }

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

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

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

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

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

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

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

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