#990339

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

Shades of Burgundy #990339

Tints of Burgundy #990339

Color information

#990339 (or 0x990339) is unknown color: approx Burgundy. HEX triplet: 99, 03 and 39. RGB value is (153,3,57). Sum of RGB (Red+Green+Blue) = 153+3+57=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #990339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990339 is #66FCC6. Grayscale: #353535. Windows color (decimal): -6749383 or 3736473. OLE color: 3736473.

HSL color Cylindrical-coordinate representation of color #990339: hue angle of 338.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990339 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB153357-
CMYK00.980.630.4
HSL338.4º96.15%30.59%-
HSV(B)338.4º98.04%60%-
XYZ13.917.134.51-
YUV54.01129.7198.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.83%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 57 (22.66% from 255) = 26.76%
R=71.83%
G=1.41%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15335700.980.630.4338.496.1530.59
Hex993390623F28152601f
Octal2313710142775052214037
Binary100110011111100101100010111111101000101010010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990339; }

 p { color: rgb(153,3,57); }

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

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

 a { background-color: rgb(153,3,57); }

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

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

 span { border-color: rgb(153,3,57); }

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