#75021A

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

Shades of Burgundy #75021A

Tints of Burgundy #75021A

Color information

#75021A (or 0x75021A) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 1A. RGB value is (117,2,26). Sum of RGB (Red+Green+Blue) = 117+2+26=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #75021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75021A is #8AFDE5. Grayscale: #272727. Windows color (decimal): -9108966 or 1704565. OLE color: 1704565.

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

Color convert

RGB117226-
CMYK00.980.780.54
HSL347.48º96.64%23.33%-
HSV(B)347.48º98.29%45.88%-
XYZ7.543.91.33-
YUV39.12120.6183.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.69%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=80.69%
G=1.38%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722600.980.780.54347.4896.6423.33
Hex7521A0624E3615b6117
Octal16523201421166653314127
Binary11101011011010011000101001110110110101011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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