#75021C

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

Shades of Burgundy #75021C

Tints of Burgundy #75021C

Color information

#75021C (or 0x75021C) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 1C. RGB value is (117,2,28). Sum of RGB (Red+Green+Blue) = 117+2+28=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75021C is #8AFDE3. Grayscale: #272727. Windows color (decimal): -9108964 or 1835637. OLE color: 1835637.

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

Color convert

RGB117228-
CMYK00.980.760.54
HSL346.43º96.64%23.33%-
HSV(B)346.43º98.29%45.88%-
XYZ7.573.911.45-
YUV39.35121.6183.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=79.59%
G=1.36%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722800.980.760.54346.4396.6423.33
Hex7521C0624C3615a6117
Octal16523401421146653214127
Binary11101011011100011000101001100110110101011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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