Html Css Color HEX #900439 Burgundy

📋 copy color: '#900439'

red 144 ◦ green 4 ◦ blue 57

#900439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #900439

Tints of Burgundy #900439

RGB

 RED value IS 144 (56.64% from 255) = 70.24%

 GREEN value IS 4 (1.95% from 255) = 1.95%

 BLUE value IS 57 (22.66% from 255) = 27.8%

R = 70.24%
G = 1.95%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#900439 (or 0x900439) is known color: Burgundy. HEX triplet: 90, 04 and 39. RGB value is (144,4,57). Sum of RGB (Red+Green+Blue) = 144+4+57=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #900439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900439 is #6FFBC6. Grayscale: #333333. Windows color (decimal): -7338951 or 3736720. OLE color: 3736720.

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

Color convert

RGB 144 4 57 -
CMYK 0 0.97 0.60 0.44
HSL 337.29º 0.95% 0.29% -
HSV(B) 337.29º 0.97% 0.56% -
XYZ 12.28 6.31 4.44 -
YUV 51.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 144 4 57 0 0.97 0.60 0.44 337.29 0.95 0.29
Hex 90 4 39 0 61 3C 2C 151 5F 1D
Octal 220 4 71 0 141 74 54 521 137 35
Binary 10010000 100 111001 0 1100001 111100 101100 101010001 1011111 11101

Color Harmonies of #900439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900439

Black with #900439

Text Example


Text Example

White with #900439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900439; }

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

 H1.HeaderClassName
 {
   color: #900439;
 }
 .AnyTagClassName
 {
   color: #900439;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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