#75081C

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

Shades of Burgundy #75081C

Tints of Burgundy #75081C

Color information

#75081C (or 0x75081C) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 1C. RGB value is (117,8,28). Sum of RGB (Red+Green+Blue) = 117+8+28=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #75081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75081C is #8AF7E3. Grayscale: #2A2A2A. Windows color (decimal): -9107428 or 1837173. OLE color: 1837173.

HSL color Cylindrical-coordinate representation of color #75081C: hue angle of 348.99º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75081C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB117828-
CMYK00.930.760.54
HSL348.99º87.2%24.51%-
HSV(B)348.99º93.16%45.88%-
XYZ7.634.041.48-
YUV42.87119.61180.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=76.47%
G=5.23%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11782800.930.760.54348.9987.224.51
Hex7581C05D4C3615d5719
Octal165103401351146653512731
Binary1110101100011100010111011001100110110101011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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