#940E35

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

Shades of Burgundy #940E35

Tints of Burgundy #940E35

Color information

#940E35 (or 0x940E35) is unknown color: approx Burgundy. HEX triplet: 94, 0E and 35. RGB value is (148,14,53). Sum of RGB (Red+Green+Blue) = 148+14+53=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #940E35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940E35 is #6BF1CA. Grayscale: #3A3A3A. Windows color (decimal): -7074251 or 3477140. OLE color: 3477140.

HSL color Cylindrical-coordinate representation of color #940E35: hue angle of 342.54º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E35 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1481453-
CMYK00.910.640.42
HSL342.54º82.72%31.76%-
HSV(B)342.54º90.54%58.04%-
XYZ13.016.874.01-
YUV58.51124.89191.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.84%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=68.84%
G=6.51%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148145300.910.640.42342.5482.7231.76
Hex94E3505B402A1575320
Octal224166501331005252712340
Binary1001010011101101010101101110000001010101010101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,14,53); }

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

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

 a { background-color: rgb(148,14,53); }

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

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

 span { border-color: rgb(148,14,53); }

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