#75062E

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

Shades of Burgundy #75062E

Tints of Burgundy #75062E

Color information

#75062E (or 0x75062E) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 2E. RGB value is (117,6,46). Sum of RGB (Red+Green+Blue) = 117+6+46=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75062E is #8AF9D1. Grayscale: #2B2B2B. Windows color (decimal): -9107922 or 3016309. OLE color: 3016309.

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

Color convert

RGB117646-
CMYK00.950.610.54
HSL338.38º90.24%24.12%-
HSV(B)338.38º94.87%45.88%-
XYZ7.894.112.96-
YUV43.75129.27180.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=69.23%
G=3.55%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11764600.950.610.54338.3890.2424.12
Hex7562E05F3D361525a18
Octal1656560137756652213230
Binary111010111010111001011111111101110110101010010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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