#75011F

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

Shades of Burgundy #75011F

Tints of Burgundy #75011F

Color information

#75011F (or 0x75011F) is unknown color: approx Burgundy. HEX triplet: 75, 01 and 1F. RGB value is (117,1,31). Sum of RGB (Red+Green+Blue) = 117+1+31=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75011F is #8AFEE0. Grayscale: #272727. Windows color (decimal): -9109217 or 2031989. OLE color: 2031989.

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

Color convert

RGB117131-
CMYK00.990.740.54
HSL344.48º98.31%23.14%-
HSV(B)344.48º99.15%45.88%-
XYZ7.593.91.65-
YUV39.1123.43183.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78.52%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=78.52%
G=0.67%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11713100.990.740.54344.4898.3123.14
Hex7511F0634A361586217
Octal16513701431126653014227
Binary1110101111111011000111001010110110101011000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75011F; }

 p { color: rgb(117,1,31); }

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

<style>
 a { background-color: #75011F; }

 a { background-color: rgb(117,1,31); }

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

<style>
 span { border-color: #75011F; }

 span { border-color: rgb(117,1,31); }

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