#990038

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

Shades of Burgundy #990038

Tints of Burgundy #990038

Color information

#990038 (or 0x990038) is unknown color: approx Burgundy. HEX triplet: 99, 00 and 38. RGB value is (153,0,56). Sum of RGB (Red+Green+Blue) = 153+0+56=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #990038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990038 is #66FFC7. Grayscale: #343434. Windows color (decimal): -6750152 or 3670169. OLE color: 3670169.

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

Color convert

RGB153056-
CMYK010.630.4
HSL338.04º100%30%-
HSV(B)338.04º100%60%-
XYZ13.857.064.37-
YUV52.13130.19199.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=73.21%
G=0%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153056010.630.4338.0410030
Hex990380643F28152641e
Octal2310700144775052214436
Binary10011001011100001100100111111101000101010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990038; }

 p { color: rgb(153,0,56); }

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

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

 a { background-color: rgb(153,0,56); }

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

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

 span { border-color: rgb(153,0,56); }

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