#75031B

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

Shades of Burgundy #75031B

Tints of Burgundy #75031B

Color information

#75031B (or 0x75031B) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 1B. RGB value is (117,3,27). Sum of RGB (Red+Green+Blue) = 117+3+27=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75031B is #8AFCE4. Grayscale: #272727. Windows color (decimal): -9108709 or 1770357. OLE color: 1770357.

HSL color Cylindrical-coordinate representation of color #75031B: hue angle of 347.37º 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 #75031B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB117327-
CMYK00.970.770.54
HSL347.37º95%23.53%-
HSV(B)347.37º97.44%45.88%-
XYZ7.573.931.4-
YUV39.82120.77183.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=79.59%
G=2.04%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11732700.970.770.54347.379523.53
Hex7531B0614D3615b5f18
Octal16533301411156653313730
Binary11101011111011011000011001101110110101011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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