Html Css Color HEX #900829 Burgundy

📋 copy color: '#900829'

red 144 ◦ green 8 ◦ blue 41

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

Shades of Burgundy #900829

Tints of Burgundy #900829

RGB

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

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

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

R = 74.61%
G = 4.15%
B = 21.24%

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

#900829 (or 0x900829) is known color: Burgundy. HEX triplet: 90, 08 and 29. RGB value is (144,8,41). Sum of RGB (Red+Green+Blue) = 144+8+41=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #900829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900829 is #6FF7D6. Grayscale: #343434. Windows color (decimal): -7337943 or 2689168. OLE color: 2689168.

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

Color convert

RGB 144 8 41 -
CMYK 0 0.94 0.72 0.44
HSL 345.44º 0.89% 0.3% -
HSV(B) 345.44º 0.94% 0.56% -
XYZ 11.99 6.26 2.67 -
YUV 52.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 144 8 41 0 0.94 0.72 0.44 345.44 0.89 0.3
Hex 90 8 29 0 5E 48 2C 159 59 1E
Octal 220 10 51 0 136 110 54 531 131 36
Binary 10010000 1000 101001 0 1011110 1001000 101100 101011001 1011001 11110

Color Harmonies of #900829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900829

Black with #900829

Text Example


Text Example

White with #900829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900829; }

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

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

background-color css

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

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

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

border-color css

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

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

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