Html Css Color HEX #900431 Burgundy

📋 copy color: '#900431'

red 144 ◦ green 4 ◦ blue 49

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

Shades of Burgundy #900431

Tints of Burgundy #900431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

 BLUE value IS 49 (19.53% from 255) = 24.87%

R = 73.1%
G = 2.03%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#900431 (or 0x900431) is known color: Burgundy. HEX triplet: 90, 04 and 31. RGB value is (144,4,49). Sum of RGB (Red+Green+Blue) = 144+4+49=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #900431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900431 is #6FFBCE. Grayscale: #323232. Windows color (decimal): -7338959 or 3212432. OLE color: 3212432.

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

Color convert

RGB 144 4 49 -
CMYK 0 0.97 0.66 0.44
HSL 340.71º 0.95% 0.29% -
HSV(B) 340.71º 0.97% 0.56% -
XYZ 12.1 6.24 3.47 -
YUV 50.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 144 4 49 0 0.97 0.66 0.44 340.71 0.95 0.29
Hex 90 4 31 0 61 42 2C 155 5F 1D
Octal 220 4 61 0 141 102 54 525 137 35
Binary 10010000 100 110001 0 1100001 1000010 101100 101010101 1011111 11101

Color Harmonies of #900431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900431

Black with #900431

Text Example


Text Example

White with #900431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900431; }

 p { color: rgb(144,4,49); }

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

background-color css

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

 a { background-color: rgb(144,4,49); }

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

border-color css

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

 span { border-color: rgb(144,4,49); }

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