#750227

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

Shades of Burgundy #750227

Tints of Burgundy #750227

Color information

#750227 (or 0x750227) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 27. RGB value is (117,2,39). Sum of RGB (Red+Green+Blue) = 117+2+39=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #750227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750227 is #8AFDD8. Grayscale: #282828. Windows color (decimal): -9108953 or 2556533. OLE color: 2556533.

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

Color convert

RGB117239-
CMYK00.980.670.54
HSL340.7º96.64%23.33%-
HSV(B)340.7º98.29%45.88%-
XYZ7.723.972.28-
YUV40.6127.1182.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=74.05%
G=1.27%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11723900.980.670.54340.796.6423.33
Hex7522706243361556117
Octal16524701421036652514127
Binary111010110100111011000101000011110110101010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750227; }

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

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

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

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

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

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

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

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