#750218

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

Shades of Burgundy #750218

Tints of Burgundy #750218

Color information

#750218 (or 0x750218) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 18. RGB value is (117,2,24). Sum of RGB (Red+Green+Blue) = 117+2+24=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750218 is #8AFDE7. Grayscale: #262626. Windows color (decimal): -9108968 or 1573493. OLE color: 1573493.

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

Color convert

RGB117224-
CMYK00.980.790.54
HSL348.52º96.64%23.33%-
HSV(B)348.52º98.29%45.88%-
XYZ7.523.891.22-
YUV38.89119.6183.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 81.82%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=81.82%
G=1.40%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722400.980.790.54348.5296.6423.33
Hex752180624F3615d6117
Octal16523001421176653514127
Binary11101011011000011000101001111110110101011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750218; }

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

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

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

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

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

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

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

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