#99063A

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

Shades of Burgundy #99063A

Tints of Burgundy #99063A

Color information

#99063A (or 0x99063A) is unknown color: approx Burgundy. HEX triplet: 99, 06 and 3A. RGB value is (153,6,58). Sum of RGB (Red+Green+Blue) = 153+6+58=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99063A is #66F9C5. Grayscale: #373737. Windows color (decimal): -6748614 or 3802777. OLE color: 3802777.

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

Color convert

RGB153658-
CMYK00.960.620.4
HSL338.78º92.45%31.18%-
HSV(B)338.78º96.08%60%-
XYZ13.977.214.66-
YUV55.88129.2197.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=70.51%
G=2.76%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15365800.960.620.4338.7892.4531.18
Hex9963A0603E281535c1f
Octal2316720140765052313437
Binary1001100111011101001100000111110101000101010011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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