#96073A

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

Shades of Burgundy #96073A

Tints of Burgundy #96073A

Color information

#96073A (or 0x96073A) is unknown color: approx Burgundy. HEX triplet: 96, 07 and 3A. RGB value is (150,7,58). Sum of RGB (Red+Green+Blue) = 150+7+58=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96073A is #69F8C5. Grayscale: #373737. Windows color (decimal): -6944966 or 3803030. OLE color: 3803030.

HSL color Cylindrical-coordinate representation of color #96073A: hue angle of 338.6º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96073A is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB150758-
CMYK00.950.610.41
HSL338.6º91.08%30.78%-
HSV(B)338.6º95.33%58.82%-
XYZ13.426.944.64-
YUV55.57129.38195.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.77%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=69.77%
G=3.26%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15075800.950.610.41338.691.0830.78
Hex9673A05F3D291535b1f
Octal2267720137755152313337
Binary1001011011111101001011111111101101001101010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,7,58); }

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

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

 a { background-color: rgb(150,7,58); }

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

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

 span { border-color: rgb(150,7,58); }

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