#75031F

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

Shades of Burgundy #75031F

Tints of Burgundy #75031F

Color information

#75031F (or 0x75031F) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 1F. RGB value is (117,3,31). Sum of RGB (Red+Green+Blue) = 117+3+31=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #75031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75031F is #8AFCE0. Grayscale: #282828. Windows color (decimal): -9108705 or 2032501. OLE color: 2032501.

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

Color convert

RGB117331-
CMYK00.970.740.54
HSL345.26º95%23.53%-
HSV(B)345.26º97.44%45.88%-
XYZ7.623.951.66-
YUV40.28122.77182.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=77.48%
G=1.99%
B=20.53%

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
Decimal11733100.970.740.54345.269523.53
Hex7531F0614A361595f18
Octal16533701411126653113730
Binary11101011111111011000011001010110110101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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