#940734

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

Shades of Burgundy #940734

Tints of Burgundy #940734

Color information

#940734 (or 0x940734) is unknown color: approx Burgundy. HEX triplet: 94, 07 and 34. RGB value is (148,7,52). Sum of RGB (Red+Green+Blue) = 148+7+52=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #940734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940734 is #6BF8CB. Grayscale: #363636. Windows color (decimal): -7076044 or 3409812. OLE color: 3409812.

HSL color Cylindrical-coordinate representation of color #940734: hue angle of 340.85º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940734 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB148752-
CMYK00.950.650.42
HSL340.85º90.97%30.39%-
HSV(B)340.85º95.27%58.04%-
XYZ12.916.73.86-
YUV54.29126.71194.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.50%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=71.50%
G=3.38%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14875200.950.650.42340.8590.9730.39
Hex9473405F412A1555b1e
Octal22476401371015252513336
Binary10010100111110100010111111000001101010101010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940734; }

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

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

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

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

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

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

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

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