Html Css Color HEX #900137 Burgundy

📋 copy color: '#900137'

red 144 ◦ green 1 ◦ blue 55

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

Shades of Burgundy #900137

Tints of Burgundy #900137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 72%
G = 0.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#900137 (or 0x900137) is known color: Burgundy. HEX triplet: 90, 01 and 37. RGB value is (144,1,55). Sum of RGB (Red+Green+Blue) = 144+1+55=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #900137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900137 is #6FFEC8. Grayscale: #313131. Windows color (decimal): -7339721 or 3604880. OLE color: 3604880.

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

Color convert

RGB 144 1 55 -
CMYK 0 0.99 0.62 0.44
HSL 337.34º 0.99% 0.28% -
HSV(B) 337.34º 0.99% 0.56% -
XYZ 12.2 6.23 4.17 -
YUV 49.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 144 1 55 0 0.99 0.62 0.44 337.34 0.99 0.28
Hex 90 1 37 0 63 3E 2C 151 63 1C
Octal 220 1 67 0 143 76 54 521 143 34
Binary 10010000 1 110111 0 1100011 111110 101100 101010001 1100011 11100

Color Harmonies of #900137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900137

Black with #900137

Text Example


Text Example

White with #900137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900137; }

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

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

background-color css

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

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

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

border-color css

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

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

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