Html Css Color HEX #900539 Burgundy

📋 copy color: '#900539'

red 144 ◦ green 5 ◦ blue 57

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

Shades of Burgundy #900539

Tints of Burgundy #900539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 69.9%
G = 2.43%
B = 27.67%

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

#900539 (or 0x900539) is known color: Burgundy. HEX triplet: 90, 05 and 39. RGB value is (144,5,57). Sum of RGB (Red+Green+Blue) = 144+5+57=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #900539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900539 is #6FFAC6. Grayscale: #343434. Windows color (decimal): -7338695 or 3736976. OLE color: 3736976.

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

Color convert

RGB 144 5 57 -
CMYK 0 0.97 0.60 0.44
HSL 337.55º 0.93% 0.29% -
HSV(B) 337.55º 0.97% 0.56% -
XYZ 12.29 6.33 4.45 -
YUV 52.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 144 5 57 0 0.97 0.60 0.44 337.55 0.93 0.29
Hex 90 5 39 0 61 3C 2C 152 5D 1D
Octal 220 5 71 0 141 74 54 522 135 35
Binary 10010000 101 111001 0 1100001 111100 101100 101010010 1011101 11101

Color Harmonies of #900539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900539

Black with #900539

Text Example


Text Example

White with #900539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900539; }

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

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

background-color css

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

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

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

border-color css

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

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

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