Html Css Color HEX #900929 Burgundy

📋 copy color: '#900929'

red 144 ◦ green 9 ◦ blue 41

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

Shades of Burgundy #900929

Tints of Burgundy #900929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 41 (16.41% from 255) = 21.13%

R = 74.23%
G = 4.64%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#900929 (or 0x900929) is known color: Burgundy. HEX triplet: 90, 09 and 29. RGB value is (144,9,41). Sum of RGB (Red+Green+Blue) = 144+9+41=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #900929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900929 is #6FF6D6. Grayscale: #353535. Windows color (decimal): -7337687 or 2689424. OLE color: 2689424.

HSL color Cylindrical-coordinate representation of color #900929: hue angle of 345.78º degrees, saturation: 0.88, 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 #900929 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 9 41 -
CMYK 0 0.94 0.72 0.44
HSL 345.78º 0.88% 0.3% -
HSV(B) 345.78º 0.94% 0.56% -
XYZ 12 6.28 2.68 -
YUV 53.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 144 9 41 0 0.94 0.72 0.44 345.78 0.88 0.3
Hex 90 9 29 0 5E 48 2C 15A 58 1E
Octal 220 11 51 0 136 110 54 532 130 36
Binary 10010000 1001 101001 0 1011110 1001000 101100 101011010 1011000 11110

Color Harmonies of #900929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900929

Black with #900929

Text Example


Text Example

White with #900929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900929; }

 p { color: rgb(144,9,41); }

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

background-color css

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

 a { background-color: rgb(144,9,41); }

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

border-color css

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

 span { border-color: rgb(144,9,41); }

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