#75041B

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

Shades of Burgundy #75041B

Tints of Burgundy #75041B

Color information

#75041B (or 0x75041B) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 1B. RGB value is (117,4,27). Sum of RGB (Red+Green+Blue) = 117+4+27=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #75041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75041B is #8AFBE4. Grayscale: #282828. Windows color (decimal): -9108453 or 1770613. OLE color: 1770613.

HSL color Cylindrical-coordinate representation of color #75041B: hue angle of 347.79º 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 #75041B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB117427-
CMYK00.970.770.54
HSL347.79º93.39%23.73%-
HSV(B)347.79º96.58%45.88%-
XYZ7.583.951.4-
YUV40.41120.44182.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=79.05%
G=2.70%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11742700.970.770.54347.7993.3923.73
Hex7541B0614D3615c5d18
Octal16543301411156653413530
Binary111010110011011011000011001101110110101011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75041B; }

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

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

<style>
 a { background-color: #75041B; }

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

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

<style>
 span { border-color: #75041B; }

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

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