#930735

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

Shades of Burgundy #930735

Tints of Burgundy #930735

Color information

#930735 (or 0x930735) is unknown color: approx Burgundy. HEX triplet: 93, 07 and 35. RGB value is (147,7,53). Sum of RGB (Red+Green+Blue) = 147+7+53=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #930735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930735 is #6CF8CA. Grayscale: #363636. Windows color (decimal): -7141579 or 3475347. OLE color: 3475347.

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

Color convert

RGB147753-
CMYK00.950.640.42
HSL340.29º90.91%30.2%-
HSV(B)340.29º95.24%57.65%-
XYZ12.756.613.97-
YUV54.1127.38194.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.01%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=71.01%
G=3.38%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14775300.950.640.42340.2990.9130.2
Hex9373505F402A1545b1e
Octal22376501371005252413336
Binary10010011111110101010111111000000101010101010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930735; }

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

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

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

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

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

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

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

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