#940032

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

Shades of Burgundy #940032

Tints of Burgundy #940032

Color information

#940032 (or 0x940032) is unknown color: approx Burgundy. HEX triplet: 94, 00 and 32. RGB value is (148,0,50). Sum of RGB (Red+Green+Blue) = 148+0+50=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #940032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940032 is #6BFFCD. Grayscale: #313131. Windows color (decimal): -7077838 or 3276948. OLE color: 3276948.

HSL color Cylindrical-coordinate representation of color #940032: hue angle of 339.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940032 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB148050-
CMYK010.660.42
HSL339.73º100%29.02%-
HSV(B)339.73º100%58.04%-
XYZ12.796.533.6-
YUV49.95128.03197.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 74.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=74.75%
G=0%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148050010.660.42339.7310029.02
Hex94032064422A154641d
Octal22406201441025252414435
Binary100101000110010011001001000010101010101010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940032; }

 p { color: rgb(148,0,50); }

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

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

 a { background-color: rgb(148,0,50); }

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

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

 span { border-color: rgb(148,0,50); }

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