#930035

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

Shades of Burgundy #930035

Tints of Burgundy #930035

Color information

#930035 (or 0x930035) is unknown color: approx Burgundy. HEX triplet: 93, 00 and 35. RGB value is (147,0,53). Sum of RGB (Red+Green+Blue) = 147+0+53=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #930035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930035 is #6CFFCA. Grayscale: #313131. Windows color (decimal): -7143371 or 3473555. OLE color: 3473555.

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

Color convert

RGB147053-
CMYK010.640.42
HSL338.37º100%28.82%-
HSV(B)338.37º100%57.65%-
XYZ12.686.463.95-
YUV50129.7197.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=73.5%
G=0%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147053010.640.42338.3710028.82
Hex93035064402A152641d
Octal22306501441005252214435
Binary100100110110101011001001000000101010101010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930035; }

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

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

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

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

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

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

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

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