#930F31

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

Shades of Burgundy #930F31

Tints of Burgundy #930F31

Color information

#930F31 (or 0x930F31) is unknown color: approx Burgundy. HEX triplet: 93, 0F and 31. RGB value is (147,15,49). Sum of RGB (Red+Green+Blue) = 147+15+49=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #930F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F31 is #6CF0CE. Grayscale: #3A3A3A. Windows color (decimal): -7139535 or 3215251. OLE color: 3215251.

HSL color Cylindrical-coordinate representation of color #930F31: hue angle of 344.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F31 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1471549-
CMYK00.900.670.42
HSL344.55º81.48%31.76%-
HSV(B)344.55º89.8%57.65%-
XYZ12.766.773.54-
YUV58.34122.73191.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.67%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=69.67%
G=7.11%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147154900.900.670.42344.5581.4831.76
Hex93F3105A432A1595120
Octal223176101321035253112140
Binary1001001111111100010101101010000111010101010110011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930F31; }

 p { color: rgb(147,15,49); }

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

<style>
 a { background-color: #930F31; }

 a { background-color: rgb(147,15,49); }

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

<style>
 span { border-color: #930F31; }

 span { border-color: rgb(147,15,49); }

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