#75092E

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

Shades of Burgundy #75092E

Tints of Burgundy #75092E

Color information

#75092E (or 0x75092E) is unknown color: approx Burgundy. HEX triplet: 75, 09 and 2E. RGB value is (117,9,46). Sum of RGB (Red+Green+Blue) = 117+9+46=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #75092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75092E is #8AF6D1. Grayscale: #2D2D2D. Windows color (decimal): -9107154 or 3017077. OLE color: 3017077.

HSL color Cylindrical-coordinate representation of color #75092E: hue angle of 339.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75092E is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB117946-
CMYK00.920.610.54
HSL339.44º85.71%24.71%-
HSV(B)339.44º92.31%45.88%-
XYZ7.934.172.97-
YUV45.51128.28178.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=68.02%
G=5.23%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11794600.920.610.54339.4485.7124.71
Hex7592E05C3D361535619
Octal16511560134756652312631
Binary1110101100110111001011100111101110110101010011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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