#99003A

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

Shades of Burgundy #99003A

Tints of Burgundy #99003A

Color information

#99003A (or 0x99003A) is unknown color: approx Burgundy. HEX triplet: 99, 00 and 3A. RGB value is (153,0,58). Sum of RGB (Red+Green+Blue) = 153+0+58=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #99003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99003A is #66FFC5. Grayscale: #343434. Windows color (decimal): -6750150 or 3801241. OLE color: 3801241.

HSL color Cylindrical-coordinate representation of color #99003A: hue angle of 337.25º 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 #99003A is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB153058-
CMYK010.620.4
HSL337.25º100%30%-
HSV(B)337.25º100%60%-
XYZ13.97.084.64-
YUV52.36131.19199.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=72.51%
G=0%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153058010.620.4337.2510030
Hex9903A0643E28151641e
Octal2310720144765052114436
Binary10011001011101001100100111110101000101010001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99003A; }

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

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

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

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

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

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

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

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