#930734

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

Shades of Burgundy #930734

Tints of Burgundy #930734

Color information

#930734 (or 0x930734) is unknown color: approx Burgundy. HEX triplet: 93, 07 and 34. RGB value is (147,7,52). Sum of RGB (Red+Green+Blue) = 147+7+52=206 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.36% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 147 - color contains mainly: red. Hex color #930734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930734 is #6CF8CB. Grayscale: #353535. Windows color (decimal): -7141580 or 3409811. OLE color: 3409811.

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

Color convert

RGB147752-
CMYK00.950.650.42
HSL340.71º90.91%30.2%-
HSV(B)340.71º95.24%57.65%-
XYZ12.736.63.85-
YUV53.99126.88194.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.36%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=71.36%
G=3.40%
B=25.24%

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
Decimal14775200.950.650.42340.7190.9130.2
Hex9373405F412A1555b1e
Octal22376401371015252513336
Binary10010011111110100010111111000001101010101010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930734; }

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

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

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

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

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

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

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

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