#930738

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

Shades of Burgundy #930738

Tints of Burgundy #930738

Color information

#930738 (or 0x930738) is unknown color: approx Burgundy. HEX triplet: 93, 07 and 38. RGB value is (147,7,56). Sum of RGB (Red+Green+Blue) = 147+7+56=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #930738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930738 is #6CF8C7. Grayscale: #363636. Windows color (decimal): -7141576 or 3671955. OLE color: 3671955.

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

Color convert

RGB147756-
CMYK00.950.620.42
HSL339º90.91%30.2%-
HSV(B)339º95.24%57.65%-
XYZ12.826.644.35-
YUV54.45128.88194.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=70%
G=3.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14775600.950.620.4233990.9130.2
Hex9373805F3E2A1535b1e
Octal2237700137765252313336
Binary1001001111111100001011111111110101010101010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930738; }

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

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

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

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

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

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

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

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