#96023D

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

Shades of Burgundy #96023D

Tints of Burgundy #96023D

Color information

#96023D (or 0x96023D) is unknown color: approx Burgundy. HEX triplet: 96, 02 and 3D. RGB value is (150,2,61). Sum of RGB (Red+Green+Blue) = 150+2+61=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96023D is #69FDC2. Grayscale: #343434. Windows color (decimal): -6946243 or 3998358. OLE color: 3998358.

HSL color Cylindrical-coordinate representation of color #96023D: hue angle of 336.08º 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 #96023D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB150261-
CMYK00.990.590.41
HSL336.08º97.37%29.8%-
HSV(B)336.08º98.67%58.82%-
XYZ13.446.865.03-
YUV52.98132.53197.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=70.42%
G=0.94%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15026100.990.590.41336.0897.3729.8
Hex9623D0633B29150611e
Octal2262750143735152014136
Binary100101101011110101100011111011101001101010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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