#75001E

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

Shades of Burgundy #75001E

Tints of Burgundy #75001E

Color information

#75001E (or 0x75001E) is unknown color: approx Burgundy. HEX triplet: 75, 00 and 1E. RGB value is (117,0,30). Sum of RGB (Red+Green+Blue) = 117+0+30=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75001E is #8AFFE1. Grayscale: #262626. Windows color (decimal): -9109474 or 1966197. OLE color: 1966197.

HSL color Cylindrical-coordinate representation of color #75001E: hue angle of 344.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75001E is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB117030-
CMYK010.740.54
HSL344.62º100%22.94%-
HSV(B)344.62º100%45.88%-
XYZ7.573.881.58-
YUV38.4123.26184.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=79.59%
G=0%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117030010.740.54344.6210022.94
Hex7501E0644A361596417
Octal16503601441126653114427
Binary1110101011110011001001001010110110101011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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