#99033C

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

Shades of Burgundy #99033C

Tints of Burgundy #99033C

Color information

#99033C (or 0x99033C) is unknown color: approx Burgundy. HEX triplet: 99, 03 and 3C. RGB value is (153,3,60). Sum of RGB (Red+Green+Blue) = 153+3+60=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99033C is #66FCC3. Grayscale: #363636. Windows color (decimal): -6749380 or 3933081. OLE color: 3933081.

HSL color Cylindrical-coordinate representation of color #99033C: hue angle of 337.2º 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 #99033C is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB153360-
CMYK00.980.610.4
HSL337.2º96.15%30.59%-
HSV(B)337.2º98.04%60%-
XYZ13.997.164.92-
YUV54.35131.2198.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.83%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=70.83%
G=1.39%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15336000.980.610.4337.296.1530.59
Hex9933C0623D28151601f
Octal2313740142755052114037
Binary100110011111110001100010111101101000101010001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99033C; }

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

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

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

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

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

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

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

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