#75051F

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

Shades of Burgundy #75051F

Tints of Burgundy #75051F

Color information

#75051F (or 0x75051F) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 1F. RGB value is (117,5,31). Sum of RGB (Red+Green+Blue) = 117+5+31=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #75051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75051F is #8AFAE0. Grayscale: #292929. Windows color (decimal): -9108193 or 2033013. OLE color: 2033013.

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

Color convert

RGB117531-
CMYK00.960.740.54
HSL346.07º91.8%23.92%-
HSV(B)346.07º95.73%45.88%-
XYZ7.643.991.66-
YUV41.45122.11181.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=76.47%
G=3.27%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11753100.960.740.54346.0791.823.92
Hex7551F0604A3615a5c18
Octal16553701401126653213430
Binary111010110111111011000001001010110110101011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,5,31); }

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

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

 a { background-color: rgb(117,5,31); }

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

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

 span { border-color: rgb(117,5,31); }

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