#930032

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

Shades of Burgundy #930032

Tints of Burgundy #930032

Color information

#930032 (or 0x930032) is unknown color: approx Burgundy. HEX triplet: 93, 00 and 32. RGB value is (147,0,50). Sum of RGB (Red+Green+Blue) = 147+0+50=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #930032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930032 is #6CFFCD. Grayscale: #313131. Windows color (decimal): -7143374 or 3276947. OLE color: 3276947.

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

Color convert

RGB147050-
CMYK010.660.42
HSL339.59º100%28.82%-
HSV(B)339.59º100%57.65%-
XYZ12.616.433.59-
YUV49.65128.2197.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=74.62%
G=0%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147050010.660.42339.5910028.82
Hex93032064422A154641d
Octal22306201441025252414435
Binary100100110110010011001001000010101010101010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930032; }

 p { color: rgb(147,0,50); }

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

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

 a { background-color: rgb(147,0,50); }

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

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

 span { border-color: rgb(147,0,50); }

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