#750C1D

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

Shades of Burgundy #750C1D

Tints of Burgundy #750C1D

Color information

#750C1D (or 0x750C1D) is unknown color: approx Burgundy. HEX triplet: 75, 0C and 1D. RGB value is (117,12,29). Sum of RGB (Red+Green+Blue) = 117+12+29=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #750C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C1D is #8AF3E2. Grayscale: #2D2D2D. Windows color (decimal): -9106403 or 1903733. OLE color: 1903733.

HSL color Cylindrical-coordinate representation of color #750C1D: hue angle of 350.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C1D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1171229-
CMYK00.900.750.54
HSL350.29º81.4%25.29%-
HSV(B)350.29º89.74%45.88%-
XYZ7.694.131.55-
YUV45.33118.79179.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=74.05%
G=7.59%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117122900.900.750.54350.2981.425.29
Hex75C1D05A4B3615e5119
Octal165143501321136653612131
Binary1110101110011101010110101001011110110101011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750C1D; }

 p { color: rgb(117,12,29); }

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

<style>
 a { background-color: #750C1D; }

 a { background-color: rgb(117,12,29); }

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

<style>
 span { border-color: #750C1D; }

 span { border-color: rgb(117,12,29); }

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