Html Css Color HEX #900537 Burgundy

📋 copy color: '#900537'

red 144 ◦ green 5 ◦ blue 55

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

Shades of Burgundy #900537

Tints of Burgundy #900537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.96%

R = 70.59%
G = 2.45%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#900537 (or 0x900537) is known color: Burgundy. HEX triplet: 90, 05 and 37. RGB value is (144,5,55). Sum of RGB (Red+Green+Blue) = 144+5+55=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #900537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900537 is #6FFAC8. Grayscale: #343434. Windows color (decimal): -7338697 or 3605904. OLE color: 3605904.

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

Color convert

RGB 144 5 55 -
CMYK 0 0.97 0.62 0.44
HSL 338.42º 0.93% 0.29% -
HSV(B) 338.42º 0.97% 0.56% -
XYZ 12.25 6.31 4.19 -
YUV 52.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 144 5 55 0 0.97 0.62 0.44 338.42 0.93 0.29
Hex 90 5 37 0 61 3E 2C 152 5D 1D
Octal 220 5 67 0 141 76 54 522 135 35
Binary 10010000 101 110111 0 1100001 111110 101100 101010010 1011101 11101

Color Harmonies of #900537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900537

Black with #900537

Text Example


Text Example

White with #900537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900537; }

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

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

background-color css

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

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

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

border-color css

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

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

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