Html Css Color HEX #900A29 Burgundy

📋 copy color: '#900A29'

red 144 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #900A29

Tints of Burgundy #900A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.13%

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

R = 73.85%
G = 5.13%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#900A29 (or 0x900A29) is known color: Burgundy. HEX triplet: 90, 0A and 29. RGB value is (144,10,41). Sum of RGB (Red+Green+Blue) = 144+10+41=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #900A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A29 is #6FF5D6. Grayscale: #353535. Windows color (decimal): -7337431 or 2689680. OLE color: 2689680.

HSL color Cylindrical-coordinate representation of color #900A29: hue angle of 346.12º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A29 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 41 -
CMYK 0 0.93 0.72 0.44
HSL 346.12º 0.87% 0.3% -
HSV(B) 346.12º 0.93% 0.56% -
XYZ 12.01 6.31 2.68 -
YUV 53.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 144 10 41 0 0.93 0.72 0.44 346.12 0.87 0.3
Hex 90 A 29 0 5D 48 2C 15A 57 1E
Octal 220 12 51 0 135 110 54 532 127 36
Binary 10010000 1010 101001 0 1011101 1001000 101100 101011010 1010111 11110

Color Harmonies of #900A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A29

Black with #900A29

Text Example


Text Example

White with #900A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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