Html Css Color HEX #900337 Burgundy

📋 copy color: '#900337'

red 144 ◦ green 3 ◦ blue 55

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

Shades of Burgundy #900337

Tints of Burgundy #900337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 71.29%
G = 1.49%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#900337 (or 0x900337) is known color: Burgundy. HEX triplet: 90, 03 and 37. RGB value is (144,3,55). Sum of RGB (Red+Green+Blue) = 144+3+55=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900337 is #6FFCC8. Grayscale: #333333. Windows color (decimal): -7339209 or 3605392. OLE color: 3605392.

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

Color convert

RGB 144 3 55 -
CMYK 0 0.98 0.62 0.44
HSL 337.87º 0.96% 0.29% -
HSV(B) 337.87º 0.98% 0.56% -
XYZ 12.22 6.27 4.18 -
YUV 51.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 144 3 55 0 0.98 0.62 0.44 337.87 0.96 0.29
Hex 90 3 37 0 62 3E 2C 152 60 1D
Octal 220 3 67 0 142 76 54 522 140 35
Binary 10010000 11 110111 0 1100010 111110 101100 101010010 1100000 11101

Color Harmonies of #900337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900337

Black with #900337

Text Example


Text Example

White with #900337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900337; }

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

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

background-color css

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

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

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

border-color css

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

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

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