#750022

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

Shades of Burgundy #750022

Tints of Burgundy #750022

Color information

#750022 (or 0x750022) is unknown color: approx Burgundy. HEX triplet: 75, 00 and 22. RGB value is (117,0,34). Sum of RGB (Red+Green+Blue) = 117+0+34=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #750022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750022 is #8AFFDD. Grayscale: #262626. Windows color (decimal): -9109470 or 2228341. OLE color: 2228341.

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

Color convert

RGB117034-
CMYK010.710.54
HSL342.56º100%22.94%-
HSV(B)342.56º100%45.88%-
XYZ7.623.91.86-
YUV38.86125.26183.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=77.48%
G=0%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117034010.710.54342.5610022.94
Hex7502206447361576417
Octal16504201441076652714427
Binary11101010100010011001001000111110110101010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750022; }

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

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

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

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

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

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

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

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