#930D34

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

Shades of Burgundy #930D34

Tints of Burgundy #930D34

Color information

#930D34 (or 0x930D34) is unknown color: approx Burgundy. HEX triplet: 93, 0D and 34. RGB value is (147,13,52). Sum of RGB (Red+Green+Blue) = 147+13+52=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #930D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930D34 is #6CF2CB. Grayscale: #393939. Windows color (decimal): -7140044 or 3411347. OLE color: 3411347.

HSL color Cylindrical-coordinate representation of color #930D34: hue angle of 342.54º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930D34 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1471352-
CMYK00.910.650.42
HSL342.54º83.75%31.37%-
HSV(B)342.54º91.16%57.65%-
XYZ12.86.743.88-
YUV57.51124.89191.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.34%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=69.34%
G=6.13%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147135200.910.650.42342.5483.7531.37
Hex93D3405B412A157541f
Octal223156401331015252712437
Binary100100111101110100010110111000001101010101010111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,13,52); }

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

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

 a { background-color: rgb(147,13,52); }

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

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

 span { border-color: rgb(147,13,52); }

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