#93042F

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

Shades of Burgundy #93042F

Tints of Burgundy #93042F

Color information

#93042F (or 0x93042F) is unknown color: approx Burgundy. HEX triplet: 93, 04 and 2F. RGB value is (147,4,47). Sum of RGB (Red+Green+Blue) = 147+4+47=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93042F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93042F is #6CFBD0. Grayscale: #333333. Windows color (decimal): -7142353 or 3081363. OLE color: 3081363.

HSL color Cylindrical-coordinate representation of color #93042F: hue angle of 341.96º 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 #93042F is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB147447-
CMYK00.970.680.42
HSL341.96º94.7%29.61%-
HSV(B)341.96º97.28%57.65%-
XYZ12.596.53.28-
YUV51.66125.38196-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.24%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=74.24%
G=2.02%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14744700.970.680.42341.9694.729.61
Hex9342F061442A1565f1e
Octal22345701411045252613736
Binary10010011100101111011000011000100101010101010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93042F; }

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

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

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

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

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

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

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

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