#75021E

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

Shades of Burgundy #75021E

Tints of Burgundy #75021E

Color information

#75021E (or 0x75021E) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 1E. RGB value is (117,2,30). Sum of RGB (Red+Green+Blue) = 117+2+30=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75021E is #8AFDE1. Grayscale: #272727. Windows color (decimal): -9108962 or 1966709. OLE color: 1966709.

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

Color convert

RGB117230-
CMYK00.980.740.54
HSL345.39º96.64%23.33%-
HSV(B)345.39º98.29%45.88%-
XYZ7.593.921.58-
YUV39.58122.6183.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78.52%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=78.52%
G=1.34%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11723000.980.740.54345.3996.6423.33
Hex7521E0624A361596117
Octal16523601421126653114127
Binary11101011011110011000101001010110110101011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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