#930430

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

Shades of Burgundy #930430

Tints of Burgundy #930430

Color information

#930430 (or 0x930430) is unknown color: approx Burgundy. HEX triplet: 93, 04 and 30. RGB value is (147,4,48). Sum of RGB (Red+Green+Blue) = 147+4+48=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #930430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930430 is #6CFBCF. Grayscale: #333333. Windows color (decimal): -7142352 or 3146899. OLE color: 3146899.

HSL color Cylindrical-coordinate representation of color #930430: hue angle of 341.54º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930430 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB147448-
CMYK00.970.670.42
HSL341.54º94.7%29.61%-
HSV(B)341.54º97.28%57.65%-
XYZ12.616.53.39-
YUV51.77125.88195.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.87%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=73.87%
G=2.01%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14744800.970.670.42341.5494.729.61
Hex93430061432A1565f1e
Octal22346001411035252613736
Binary10010011100110000011000011000011101010101010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930430; }

 p { color: rgb(147,4,48); }

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

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

 a { background-color: rgb(147,4,48); }

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

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

 span { border-color: rgb(147,4,48); }

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