#90053C

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

Shades of Burgundy #90053C

Tints of Burgundy #90053C

Color information

#90053C (or 0x90053C) is unknown color: approx Burgundy. HEX triplet: 90, 05 and 3C. RGB value is (144,5,60). Sum of RGB (Red+Green+Blue) = 144+5+60=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #90053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90053C is #6FFAC3. Grayscale: #343434. Windows color (decimal): -7338692 or 3933584. OLE color: 3933584.

HSL color Cylindrical-coordinate representation of color #90053C: hue angle of 336.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90053C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB144560-
CMYK00.970.580.44
HSL336.26º93.29%29.22%-
HSV(B)336.26º96.53%56.47%-
XYZ12.376.364.85-
YUV52.83132.05193.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 68.90%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=68.90%
G=2.39%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14456000.970.580.44336.2693.2929.22
Hex9053C0613A2C1505d1d
Octal2205740141725452013535
Binary1001000010111110001100001111010101100101010000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,5,60); }

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

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

 a { background-color: rgb(144,5,60); }

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

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

 span { border-color: rgb(144,5,60); }

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