#930934

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

Shades of Burgundy #930934

Tints of Burgundy #930934

Color information

#930934 (or 0x930934) is unknown color: approx Burgundy. HEX triplet: 93, 09 and 34. RGB value is (147,9,52). Sum of RGB (Red+Green+Blue) = 147+9+52=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #930934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930934 is #6CF6CB. Grayscale: #373737. Windows color (decimal): -7141068 or 3410323. OLE color: 3410323.

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

Color convert

RGB147952-
CMYK00.940.650.42
HSL341.3º88.46%30.59%-
HSV(B)341.3º93.88%57.65%-
XYZ12.756.653.86-
YUV55.16126.22193.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70.67%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 52 (20.70% from 255) = 25%
R=70.67%
G=4.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14795200.940.650.42341.388.4630.59
Hex9393405E412A155581f
Octal223116401361015252513037
Binary100100111001110100010111101000001101010101010101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930934; }

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

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

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

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

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

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

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

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