#750024

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

Shades of Burgundy #750024

Tints of Burgundy #750024

Color information

#750024 (or 0x750024) is unknown color: approx Burgundy. HEX triplet: 75, 00 and 24. RGB value is (117,0,36). Sum of RGB (Red+Green+Blue) = 117+0+36=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #750024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750024 is #8AFFDB. Grayscale: #272727. Windows color (decimal): -9109468 or 2359413. OLE color: 2359413.

HSL color Cylindrical-coordinate representation of color #750024: hue angle of 341.54º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750024 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB117036-
CMYK010.690.54
HSL341.54º100%22.94%-
HSV(B)341.54º100%45.88%-
XYZ7.653.912.02-
YUV39.09126.26183.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=76.47%
G=0%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117036010.690.54341.5410022.94
Hex7502406445361566417
Octal16504401441056652614427
Binary11101010100100011001001000101110110101010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750024; }

 p { color: rgb(117,0,36); }

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

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

 a { background-color: rgb(117,0,36); }

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

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

 span { border-color: rgb(117,0,36); }

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