#99023C

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

Shades of Burgundy #99023C

Tints of Burgundy #99023C

Color information

#99023C (or 0x99023C) is unknown color: approx Burgundy. HEX triplet: 99, 02 and 3C. RGB value is (153,2,60). Sum of RGB (Red+Green+Blue) = 153+2+60=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #99023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99023C is #66FDC3. Grayscale: #353535. Windows color (decimal): -6749636 or 3932825. OLE color: 3932825.

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

Color convert

RGB153260-
CMYK00.990.610.4
HSL336.95º97.42%30.39%-
HSV(B)336.95º98.69%60%-
XYZ13.977.144.92-
YUV53.76131.53198.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=71.16%
G=0.93%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15326000.990.610.4336.9597.4230.39
Hex9923C0633D28151611e
Octal2312740143755052114136
Binary100110011011110001100011111101101000101010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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