#930A33

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

Shades of Burgundy #930A33

Tints of Burgundy #930A33

Color information

#930A33 (or 0x930A33) is unknown color: approx Burgundy. HEX triplet: 93, 0A and 33. RGB value is (147,10,51). Sum of RGB (Red+Green+Blue) = 147+10+51=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #930A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A33 is #6CF5CC. Grayscale: #373737. Windows color (decimal): -7140813 or 3345043. OLE color: 3345043.

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

Color convert

RGB1471051-
CMYK00.930.650.42
HSL342.04º87.26%30.78%-
HSV(B)342.04º93.2%57.65%-
XYZ12.746.663.75-
YUV55.64125.39193.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70.67%
GREEN value IS 10 (4.30% from 255) = 4.81%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=70.67%
G=4.81%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147105100.930.650.42342.0487.2630.78
Hex93A3305D412A156571f
Octal223126301351015252612737
Binary100100111010110011010111011000001101010101010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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