#96023C

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

Shades of Burgundy #96023C

Tints of Burgundy #96023C

Color information

#96023C (or 0x96023C) is unknown color: approx Burgundy. HEX triplet: 96, 02 and 3C. RGB value is (150,2,60). Sum of RGB (Red+Green+Blue) = 150+2+60=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96023C is #69FDC3. Grayscale: #343434. Windows color (decimal): -6946244 or 3932822. OLE color: 3932822.

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

Color convert

RGB150260-
CMYK00.990.60.41
HSL336.49º97.37%29.8%-
HSV(B)336.49º98.67%58.82%-
XYZ13.416.854.89-
YUV52.86132.03197.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=70.75%
G=0.94%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15026000.990.60.41336.4997.3729.8
Hex9623C0633C29150611e
Octal2262740143745152014136
Binary100101101011110001100011111100101001101010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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