#901030

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

Shades of Burgundy #901030

Tints of Burgundy #901030

Color information

#901030 (or 0x901030) is unknown color: approx Burgundy. HEX triplet: 90, 10 and 30. RGB value is (144,16,48). Sum of RGB (Red+Green+Blue) = 144+16+48=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #901030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901030 is #6FEFCF. Grayscale: #393939. Windows color (decimal): -7335888 or 3149968. OLE color: 3149968.

HSL color Cylindrical-coordinate representation of color #901030: hue angle of 345º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901030 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1441648-
CMYK00.890.670.44
HSL345º80%31.37%-
HSV(B)345º88.89%56.47%-
XYZ12.226.513.41-
YUV57.92122.41189.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.23%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=69.23%
G=7.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144164800.890.670.443458031.37
Hex901030059432C159501f
Octal220206001311035453112037
Binary1001000010000110000010110011000011101100101011001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901030; }

 p { color: rgb(144,16,48); }

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

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

 a { background-color: rgb(144,16,48); }

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

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

 span { border-color: rgb(144,16,48); }

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