#75082C

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

Shades of Burgundy #75082C

Tints of Burgundy #75082C

Color information

#75082C (or 0x75082C) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 2C. RGB value is (117,8,44). Sum of RGB (Red+Green+Blue) = 117+8+44=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75082C is #8AF7D3. Grayscale: #2C2C2C. Windows color (decimal): -9107412 or 2885749. OLE color: 2885749.

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

Color convert

RGB117844-
CMYK00.930.620.54
HSL340.18º87.2%24.51%-
HSV(B)340.18º93.16%45.88%-
XYZ7.884.142.77-
YUV44.69127.61179.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=69.23%
G=4.73%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11784400.930.620.54340.1887.224.51
Hex7582C05D3E361545719
Octal16510540135766652412731
Binary1110101100010110001011101111110110110101010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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