#940B32

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

Shades of Burgundy #940B32

Tints of Burgundy #940B32

Color information

#940B32 (or 0x940B32) is unknown color: approx Burgundy. HEX triplet: 94, 0B and 32. RGB value is (148,11,50). Sum of RGB (Red+Green+Blue) = 148+11+50=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #940B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B32 is #6BF4CD. Grayscale: #383838. Windows color (decimal): -7075022 or 3279764. OLE color: 3279764.

HSL color Cylindrical-coordinate representation of color #940B32: hue angle of 342.92º degrees, saturation: 0.86, 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 #940B32 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1481150-
CMYK00.930.660.42
HSL342.92º86.16%31.18%-
HSV(B)342.92º92.57%58.04%-
XYZ12.916.773.64-
YUV56.41124.39193.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=70.81%
G=5.26%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148115000.930.660.42342.9286.1631.18
Hex94B3205D422A157561f
Octal224136201351025252712637
Binary100101001011110010010111011000010101010101010111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940B32; }

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

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

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

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

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

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

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

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