#750320

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

Shades of Burgundy #750320

Tints of Burgundy #750320

Color information

#750320 (or 0x750320) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 20. RGB value is (117,3,32). Sum of RGB (Red+Green+Blue) = 117+3+32=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #750320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750320 is #8AFCDF. Grayscale: #282828. Windows color (decimal): -9108704 or 2098037. OLE color: 2098037.

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

Color convert

RGB117332-
CMYK00.970.730.54
HSL344.74º95%23.53%-
HSV(B)344.74º97.44%45.88%-
XYZ7.633.951.73-
YUV40.39123.27182.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.97%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=76.97%
G=1.97%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11733200.970.730.54344.749523.53
Hex7532006149361595f18
Octal16534001411116653113730
Binary111010111100000011000011001001110110101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750320; }

 p { color: rgb(117,3,32); }

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

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

 a { background-color: rgb(117,3,32); }

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

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

 span { border-color: rgb(117,3,32); }

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