#75022E

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

Shades of Burgundy #75022E

Tints of Burgundy #75022E

Color information

#75022E (or 0x75022E) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 2E. RGB value is (117,2,46). Sum of RGB (Red+Green+Blue) = 117+2+46=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75022E is #8AFDD1. Grayscale: #292929. Windows color (decimal): -9108946 or 3015285. OLE color: 3015285.

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

Color convert

RGB117246-
CMYK00.980.610.54
HSL337.04º96.64%23.33%-
HSV(B)337.04º98.29%45.88%-
XYZ7.854.022.95-
YUV41.4130.6181.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=70.91%
G=1.21%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11724600.980.610.54337.0496.6423.33
Hex7522E0623D361516117
Octal1652560142756652114127
Binary11101011010111001100010111101110110101010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75022E; }

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

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

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

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

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

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

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

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