#750222

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

Shades of Burgundy #750222

Tints of Burgundy #750222

Color information

#750222 (or 0x750222) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 22. RGB value is (117,2,34). Sum of RGB (Red+Green+Blue) = 117+2+34=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #750222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750222 is #8AFDDD. Grayscale: #282828. Windows color (decimal): -9108958 or 2228853. OLE color: 2228853.

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

Color convert

RGB117234-
CMYK00.980.710.54
HSL343.3º96.64%23.33%-
HSV(B)343.3º98.29%45.88%-
XYZ7.653.941.87-
YUV40.03124.6182.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=76.47%
G=1.31%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11723400.980.710.54343.396.6423.33
Hex7522206247361576117
Octal16524201421076652714127
Binary111010110100010011000101000111110110101010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750222; }

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

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

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

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

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

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

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

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