#75031A

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

Shades of Burgundy #75031A

Tints of Burgundy #75031A

Color information

#75031A (or 0x75031A) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 1A. RGB value is (117,3,26). Sum of RGB (Red+Green+Blue) = 117+3+26=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #75031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75031A is #8AFCE5. Grayscale: #272727. Windows color (decimal): -9108710 or 1704821. OLE color: 1704821.

HSL color Cylindrical-coordinate representation of color #75031A: hue angle of 347.89º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75031A is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB117326-
CMYK00.970.780.54
HSL347.89º95%23.53%-
HSV(B)347.89º97.44%45.88%-
XYZ7.563.921.34-
YUV39.71120.27183.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.14%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=80.14%
G=2.05%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11732600.970.780.54347.899523.53
Hex7531A0614E3615c5f18
Octal16533201411166653413730
Binary11101011111010011000011001110110110101011100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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