#75062D

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

Shades of Burgundy #75062D

Tints of Burgundy #75062D

Color information

#75062D (or 0x75062D) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 2D. RGB value is (117,6,45). Sum of RGB (Red+Green+Blue) = 117+6+45=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75062D is #8AF9D2. Grayscale: #2B2B2B. Windows color (decimal): -9107923 or 2950773. OLE color: 2950773.

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

Color convert

RGB117645-
CMYK00.950.620.54
HSL338.92º90.24%24.12%-
HSV(B)338.92º94.87%45.88%-
XYZ7.874.12.86-
YUV43.64128.77180.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 6 (2.73% from 255) = 3.57%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=69.64%
G=3.57%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11764500.950.620.54338.9290.2424.12
Hex7562D05F3E361535a18
Octal1656550137766652313230
Binary111010111010110101011111111110110110101010011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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