#900430

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

Shades of Burgundy #900430

Tints of Burgundy #900430

Color information

#900430 (or 0x900430) is unknown color: approx Burgundy. HEX triplet: 90, 04 and 30. RGB value is (144,4,48). Sum of RGB (Red+Green+Blue) = 144+4+48=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #900430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900430 is #6FFBCF. Grayscale: #323232. Windows color (decimal): -7338960 or 3146896. OLE color: 3146896.

HSL color Cylindrical-coordinate representation of color #900430: hue angle of 341.14º degrees, saturation: 0.95, 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 #900430 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB144448-
CMYK00.970.670.44
HSL341.14º94.59%29.02%-
HSV(B)341.14º97.22%56.47%-
XYZ12.086.233.36-
YUV50.88126.38194.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.47%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=73.47%
G=2.04%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14444800.970.670.44341.1494.5929.02
Hex90430061432C1555f1d
Octal22046001411035452513735
Binary10010000100110000011000011000011101100101010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900430; }

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

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

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

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

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

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

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

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