#940034

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

Shades of Burgundy #940034

Tints of Burgundy #940034

Color information

#940034 (or 0x940034) is unknown color: approx Burgundy. HEX triplet: 94, 00 and 34. RGB value is (148,0,52). Sum of RGB (Red+Green+Blue) = 148+0+52=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #940034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940034 is #6BFFCB. Grayscale: #323232. Windows color (decimal): -7077836 or 3408020. OLE color: 3408020.

HSL color Cylindrical-coordinate representation of color #940034: hue angle of 338.92º 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 #940034 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB148052-
CMYK010.650.42
HSL338.92º100%29.02%-
HSV(B)338.92º100%58.04%-
XYZ12.836.543.84-
YUV50.18129.03197.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 26%
R=74%
G=0%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148052010.650.42338.9210029.02
Hex94034064412A153641d
Octal22406401441015252314435
Binary100101000110100011001001000001101010101010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940034; }

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

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

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

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

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

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

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

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