#750630

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

Shades of Burgundy #750630

Tints of Burgundy #750630

Color information

#750630 (or 0x750630) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 30. RGB value is (117,6,48). Sum of RGB (Red+Green+Blue) = 117+6+48=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #750630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750630 is #8AF9CF. Grayscale: #2B2B2B. Windows color (decimal): -9107920 or 3147381. OLE color: 3147381.

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

Color convert

RGB117648-
CMYK00.950.590.54
HSL337.3º90.24%24.12%-
HSV(B)337.3º94.87%45.88%-
XYZ7.934.133.17-
YUV43.98130.27180.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=68.42%
G=3.51%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11764800.950.590.54337.390.2424.12
Hex7563005F3B361515a18
Octal1656600137736652113230
Binary111010111011000001011111111011110110101010001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750630; }

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

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

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

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

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

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

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

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