Html Css Color HEX #900237 Burgundy

📋 copy color: '#900237'

red 144 ◦ green 2 ◦ blue 55

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

Shades of Burgundy #900237

Tints of Burgundy #900237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 71.64%
G = 1%
B = 27.36%

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

#900237 (or 0x900237) is known color: Burgundy. HEX triplet: 90, 02 and 37. RGB value is (144,2,55). Sum of RGB (Red+Green+Blue) = 144+2+55=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #900237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900237 is #6FFDC8. Grayscale: #323232. Windows color (decimal): -7339465 or 3605136. OLE color: 3605136.

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

Color convert

RGB 144 2 55 -
CMYK 0 0.99 0.62 0.44
HSL 337.61º 0.97% 0.29% -
HSV(B) 337.61º 0.99% 0.56% -
XYZ 12.21 6.25 4.18 -
YUV 50.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 144 2 55 0 0.99 0.62 0.44 337.61 0.97 0.29
Hex 90 2 37 0 63 3E 2C 152 61 1D
Octal 220 2 67 0 143 76 54 522 141 35
Binary 10010000 10 110111 0 1100011 111110 101100 101010010 1100001 11101

Color Harmonies of #900237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900237

Black with #900237

Text Example


Text Example

White with #900237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900237; }

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

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

background-color css

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

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

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

border-color css

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

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

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