#75041C

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

Shades of Burgundy #75041C

Tints of Burgundy #75041C

Color information

#75041C (or 0x75041C) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 1C. RGB value is (117,4,28). Sum of RGB (Red+Green+Blue) = 117+4+28=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75041C is #8AFBE3. Grayscale: #282828. Windows color (decimal): -9108452 or 1836149. OLE color: 1836149.

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

Color convert

RGB117428-
CMYK00.970.760.54
HSL347.26º93.39%23.73%-
HSV(B)347.26º96.58%45.88%-
XYZ7.593.951.46-
YUV40.52120.94182.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78.52%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=78.52%
G=2.68%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11742800.970.760.54347.2693.3923.73
Hex7541C0614C3615b5d18
Octal16543401411146653313530
Binary111010110011100011000011001100110110101011011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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