#75042F

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

Shades of Burgundy #75042F

Tints of Burgundy #75042F

Color information

#75042F (or 0x75042F) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 2F. RGB value is (117,4,47). Sum of RGB (Red+Green+Blue) = 117+4+47=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75042F is #8AFBD0. Grayscale: #2A2A2A. Windows color (decimal): -9108433 or 3081333. OLE color: 3081333.

HSL color Cylindrical-coordinate representation of color #75042F: hue angle of 337.17º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75042F is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB117447-
CMYK00.970.600.54
HSL337.17º93.39%23.73%-
HSV(B)337.17º96.58%45.88%-
XYZ7.894.073.06-
YUV42.69130.44181-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=69.64%
G=2.38%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11744700.970.600.54337.1793.3923.73
Hex7542F0613C361515d18
Octal1654570141746652113530
Binary111010110010111101100001111100110110101010001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75042F; }

 p { color: rgb(117,4,47); }

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

<style>
 a { background-color: #75042F; }

 a { background-color: rgb(117,4,47); }

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

<style>
 span { border-color: #75042F; }

 span { border-color: rgb(117,4,47); }

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