#750628

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

Shades of Burgundy #750628

Tints of Burgundy #750628

Color information

#750628 (or 0x750628) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 28. RGB value is (117,6,40). Sum of RGB (Red+Green+Blue) = 117+6+40=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #750628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750628 is #8AF9D7. Grayscale: #2B2B2B. Windows color (decimal): -9107928 or 2623093. OLE color: 2623093.

HSL color Cylindrical-coordinate representation of color #750628: hue angle of 341.62º 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 #750628 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB117640-
CMYK00.950.660.54
HSL341.62º90.24%24.12%-
HSV(B)341.62º94.87%45.88%-
XYZ7.784.072.38-
YUV43.06126.27180.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.78%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=71.78%
G=3.68%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11764000.950.660.54341.6290.2424.12
Hex7562805F42361565a18
Octal16565001371026652613230
Binary1110101110101000010111111000010110110101010110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750628; }

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

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

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

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

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

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

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

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