Html Css Color HEX #900629 Burgundy

📋 copy color: '#900629'

red 144 ◦ green 6 ◦ blue 41

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

Shades of Burgundy #900629

Tints of Burgundy #900629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 75.39%
G = 3.14%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#900629 (or 0x900629) is known color: Burgundy. HEX triplet: 90, 06 and 29. RGB value is (144,6,41). Sum of RGB (Red+Green+Blue) = 144+6+41=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #900629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900629 is #6FF9D6. Grayscale: #333333. Windows color (decimal): -7338455 or 2688656. OLE color: 2688656.

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

Color convert

RGB 144 6 41 -
CMYK 0 0.96 0.72 0.44
HSL 344.78º 0.92% 0.29% -
HSV(B) 344.78º 0.96% 0.56% -
XYZ 11.97 6.22 2.67 -
YUV 51.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 144 6 41 0 0.96 0.72 0.44 344.78 0.92 0.29
Hex 90 6 29 0 60 48 2C 159 5C 1D
Octal 220 6 51 0 140 110 54 531 134 35
Binary 10010000 110 101001 0 1100000 1001000 101100 101011001 1011100 11101

Color Harmonies of #900629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900629

Black with #900629

Text Example


Text Example

White with #900629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900629; }

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

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

background-color css

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

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

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

border-color css

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

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

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