#930033

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

Shades of Burgundy #930033

Tints of Burgundy #930033

Color information

#930033 (or 0x930033) is unknown color: approx Burgundy. HEX triplet: 93, 00 and 33. RGB value is (147,0,51). Sum of RGB (Red+Green+Blue) = 147+0+51=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #930033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930033 is #6CFFCC. Grayscale: #313131. Windows color (decimal): -7143373 or 3342483. OLE color: 3342483.

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

Color convert

RGB147051-
CMYK010.650.42
HSL339.18º100%28.82%-
HSV(B)339.18º100%57.65%-
XYZ12.636.443.71-
YUV49.77128.7197.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=74.24%
G=0%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147051010.650.42339.1810028.82
Hex93033064412A153641d
Octal22306301441015252314435
Binary100100110110011011001001000001101010101010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930033; }

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

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

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

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

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

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

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

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