#75082E

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

Shades of Burgundy #75082E

Tints of Burgundy #75082E

Color information

#75082E (or 0x75082E) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 2E. RGB value is (117,8,46). Sum of RGB (Red+Green+Blue) = 117+8+46=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #75082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75082E is #8AF7D1. Grayscale: #2C2C2C. Windows color (decimal): -9107410 or 3016821. OLE color: 3016821.

HSL color Cylindrical-coordinate representation of color #75082E: hue angle of 339.08º 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 #75082E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB117846-
CMYK00.930.610.54
HSL339.08º87.2%24.51%-
HSV(B)339.08º93.16%45.88%-
XYZ7.924.152.97-
YUV44.92128.61179.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=68.42%
G=4.68%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11784600.930.610.54339.0887.224.51
Hex7582E05D3D361535719
Octal16510560135756652312731
Binary1110101100010111001011101111101110110101010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75082E; }

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

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

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

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

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

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

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

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