Html Css Color HEX #900837 Burgundy

📋 copy color: '#900837'

red 144 ◦ green 8 ◦ blue 55

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

Shades of Burgundy #900837

Tints of Burgundy #900837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 69.57%
G = 3.86%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#900837 (or 0x900837) is known color: Burgundy. HEX triplet: 90, 08 and 37. RGB value is (144,8,55). Sum of RGB (Red+Green+Blue) = 144+8+55=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #900837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900837 is #6FF7C8. Grayscale: #353535. Windows color (decimal): -7337929 or 3606672. OLE color: 3606672.

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

Color convert

RGB 144 8 55 -
CMYK 0 0.94 0.62 0.44
HSL 339.26º 0.89% 0.3% -
HSV(B) 339.26º 0.94% 0.56% -
XYZ 12.28 6.38 4.2 -
YUV 54.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 144 8 55 0 0.94 0.62 0.44 339.26 0.89 0.3
Hex 90 8 37 0 5E 3E 2C 153 59 1E
Octal 220 10 67 0 136 76 54 523 131 36
Binary 10010000 1000 110111 0 1011110 111110 101100 101010011 1011001 11110

Color Harmonies of #900837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900837

Black with #900837

Text Example


Text Example

White with #900837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900837; }

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

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

background-color css

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

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

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

border-color css

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

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

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