#900A2C

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

Shades of Burgundy #900A2C

Tints of Burgundy #900A2C

Color information

#900A2C (or 0x900A2C) is unknown color: approx Burgundy. HEX triplet: 90, 0A and 2C. RGB value is (144,10,44). Sum of RGB (Red+Green+Blue) = 144+10+44=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #900A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A2C is #6FF5D3. Grayscale: #353535. Windows color (decimal): -7337428 or 2886288. OLE color: 2886288.

HSL color Cylindrical-coordinate representation of color #900A2C: hue angle of 344.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A2C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1441044-
CMYK00.930.690.44
HSL344.78º87.01%30.2%-
HSV(B)344.78º93.06%56.47%-
XYZ12.066.332.97-
YUV53.94122.39192.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 72.73%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=72.73%
G=5.05%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144104400.930.690.44344.7887.0130.2
Hex90A2C05D452C159571e
Octal220125401351055453112736
Binary100100001010101100010111011000101101100101011001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900A2C; }

 p { color: rgb(144,10,44); }

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

<style>
 a { background-color: #900A2C; }

 a { background-color: rgb(144,10,44); }

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

<style>
 span { border-color: #900A2C; }

 span { border-color: rgb(144,10,44); }

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