#900730

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

Shades of Burgundy #900730

Tints of Burgundy #900730

Color information

#900730 (or 0x900730) is unknown color: approx Burgundy. HEX triplet: 90, 07 and 30. RGB value is (144,7,48). Sum of RGB (Red+Green+Blue) = 144+7+48=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #900730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900730 is #6FF8CF. Grayscale: #343434. Windows color (decimal): -7338192 or 3147664. OLE color: 3147664.

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

Color convert

RGB144748-
CMYK00.950.670.44
HSL342.04º90.73%29.61%-
HSV(B)342.04º95.14%56.47%-
XYZ12.116.293.37-
YUV52.64125.39193.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 72.36%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=72.36%
G=3.52%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14474800.950.670.44342.0490.7329.61
Hex9073005F432C1565b1e
Octal22076001371035452613336
Binary10010000111110000010111111000011101100101010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900730; }

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

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

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

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

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

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

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

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