#750223

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

Shades of Burgundy #750223

Tints of Burgundy #750223

Color information

#750223 (or 0x750223) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 23. RGB value is (117,2,35). Sum of RGB (Red+Green+Blue) = 117+2+35=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #750223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750223 is #8AFDDC. Grayscale: #282828. Windows color (decimal): -9108957 or 2294389. OLE color: 2294389.

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

Color convert

RGB117235-
CMYK00.980.700.54
HSL342.78º96.64%23.33%-
HSV(B)342.78º98.29%45.88%-
XYZ7.663.951.95-
YUV40.15125.1182.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.97%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=75.97%
G=1.30%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11723500.980.700.54342.7896.6423.33
Hex7522306246361576117
Octal16524301421066652714127
Binary111010110100011011000101000110110110101010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750223; }

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

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

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

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

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

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

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

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