#75031E

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

Shades of Burgundy #75031E

Tints of Burgundy #75031E

Color information

#75031E (or 0x75031E) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 1E. RGB value is (117,3,30). Sum of RGB (Red+Green+Blue) = 117+3+30=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #75031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75031E is #8AFCE1. Grayscale: #282828. Windows color (decimal): -9108706 or 1966965. OLE color: 1966965.

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

Color convert

RGB117330-
CMYK00.970.740.54
HSL345.79º95%23.53%-
HSV(B)345.79º97.44%45.88%-
XYZ7.63.941.59-
YUV40.16122.27182.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 30 (12.11% from 255) = 20%
R=78%
G=2%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11733000.970.740.54345.799523.53
Hex7531E0614A3615a5f18
Octal16533601411126653213730
Binary11101011111110011000011001010110110101011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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