#930933

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

Shades of Burgundy #930933

Tints of Burgundy #930933

Color information

#930933 (or 0x930933) is unknown color: approx Burgundy. HEX triplet: 93, 09 and 33. RGB value is (147,9,51). Sum of RGB (Red+Green+Blue) = 147+9+51=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #930933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930933 is #6CF6CC. Grayscale: #373737. Windows color (decimal): -7141069 or 3344787. OLE color: 3344787.

HSL color Cylindrical-coordinate representation of color #930933: hue angle of 341.74º 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 #930933 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB147951-
CMYK00.940.650.42
HSL341.74º88.46%30.59%-
HSV(B)341.74º93.88%57.65%-
XYZ12.736.643.74-
YUV55.05125.72193.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.01%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=71.01%
G=4.35%
B=24.64%

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
Decimal14795100.940.650.42341.7488.4630.59
Hex9393305E412A156581f
Octal223116301361015252613037
Binary100100111001110011010111101000001101010101010110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930933; }

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

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

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

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

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

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

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

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