#75061C

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

Shades of Burgundy #75061C

Tints of Burgundy #75061C

Color information

#75061C (or 0x75061C) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 1C. RGB value is (117,6,28). Sum of RGB (Red+Green+Blue) = 117+6+28=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #75061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75061C is #8AF9E3. Grayscale: #292929. Windows color (decimal): -9107940 or 1836661. OLE color: 1836661.

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

Color convert

RGB117628-
CMYK00.950.760.54
HSL348.11º90.24%24.12%-
HSV(B)348.11º94.87%45.88%-
XYZ7.6141.47-
YUV41.7120.27181.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=77.48%
G=3.97%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11762800.950.760.54348.1190.2424.12
Hex7561C05F4C3615c5a18
Octal16563401371146653413230
Binary111010111011100010111111001100110110101011100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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