#750228

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

Shades of Burgundy #750228

Tints of Burgundy #750228

Color information

#750228 (or 0x750228) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 28. RGB value is (117,2,40). Sum of RGB (Red+Green+Blue) = 117+2+40=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #750228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750228 is #8AFDD7. Grayscale: #282828. Windows color (decimal): -9108952 or 2622069. OLE color: 2622069.

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

Color convert

RGB117240-
CMYK00.980.660.54
HSL340.17º96.64%23.33%-
HSV(B)340.17º98.29%45.88%-
XYZ7.743.982.37-
YUV40.72127.6182.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=73.58%
G=1.26%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11724000.980.660.54340.1796.6423.33
Hex7522806242361546117
Octal16525001421026652414127
Binary111010110101000011000101000010110110101010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750228; }

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

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

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

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

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

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

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

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