#900238

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

Shades of Burgundy #900238

Tints of Burgundy #900238

Color information

#900238 (or 0x900238) is unknown color: approx Burgundy. HEX triplet: 90, 02 and 38. RGB value is (144,2,56). Sum of RGB (Red+Green+Blue) = 144+2+56=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900238 is #6FFDC7. Grayscale: #323232. Windows color (decimal): -7339464 or 3670672. OLE color: 3670672.

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

Color convert

RGB144256-
CMYK00.990.610.44
HSL337.18º97.26%28.63%-
HSV(B)337.18º98.61%56.47%-
XYZ12.246.264.3-
YUV50.61131.04194.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.29%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 56 (22.27% from 255) = 27.72%
R=71.29%
G=0.99%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14425600.990.610.44337.1897.2628.63
Hex902380633D2C151611d
Octal2202700143755452114135
Binary100100001011100001100011111101101100101010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900238; }

 p { color: rgb(144,2,56); }

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

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

 a { background-color: rgb(144,2,56); }

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

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

 span { border-color: rgb(144,2,56); }

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