#930034

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

Shades of Burgundy #930034

Tints of Burgundy #930034

Color information

#930034 (or 0x930034) is unknown color: approx Burgundy. HEX triplet: 93, 00 and 34. RGB value is (147,0,52). Sum of RGB (Red+Green+Blue) = 147+0+52=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #930034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930034 is #6CFFCB. Grayscale: #313131. Windows color (decimal): -7143372 or 3408019. OLE color: 3408019.

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

Color convert

RGB147052-
CMYK010.650.42
HSL338.78º100%28.82%-
HSV(B)338.78º100%57.65%-
XYZ12.656.453.83-
YUV49.88129.2197.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=73.87%
G=0%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147052010.650.42338.7810028.82
Hex93034064412A153641d
Octal22306401441015252314435
Binary100100110110100011001001000001101010101010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930034; }

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

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

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

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

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

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

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

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