#940137

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

Shades of Burgundy #940137

Tints of Burgundy #940137

Color information

#940137 (or 0x940137) is unknown color: approx Burgundy. HEX triplet: 94, 01 and 37. RGB value is (148,1,55). Sum of RGB (Red+Green+Blue) = 148+1+55=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #940137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940137 is #6BFEC8. Grayscale: #333333. Windows color (decimal): -7077577 or 3604884. OLE color: 3604884.

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

Color convert

RGB148155-
CMYK00.990.630.42
HSL337.96º98.66%29.22%-
HSV(B)337.96º99.32%58.04%-
XYZ12.916.594.21-
YUV51.11130.2197.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.55%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=72.55%
G=0.49%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14815500.990.630.42337.9698.6629.22
Hex941370633F2A152631d
Octal2241670143775252214335
Binary10010100111011101100011111111101010101010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940137; }

 p { color: rgb(148,1,55); }

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

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

 a { background-color: rgb(148,1,55); }

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

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

 span { border-color: rgb(148,1,55); }

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