Html Css Color HEX #900532 Burgundy

📋 copy color: '#900532'

red 144 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #900532

Tints of Burgundy #900532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 72.36%
G = 2.51%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#900532 (or 0x900532) is known color: Burgundy. HEX triplet: 90, 05 and 32. RGB value is (144,5,50). Sum of RGB (Red+Green+Blue) = 144+5+50=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #900532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900532 is #6FFACD. Grayscale: #333333. Windows color (decimal): -7338702 or 3278224. OLE color: 3278224.

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

Color convert

RGB 144 5 50 -
CMYK 0 0.97 0.65 0.44
HSL 340.58º 0.93% 0.29% -
HSV(B) 340.58º 0.97% 0.56% -
XYZ 12.13 6.27 3.59 -
YUV 51.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 144 5 50 0 0.97 0.65 0.44 340.58 0.93 0.29
Hex 90 5 32 0 61 41 2C 155 5D 1D
Octal 220 5 62 0 141 101 54 525 135 35
Binary 10010000 101 110010 0 1100001 1000001 101100 101010101 1011101 11101

Color Harmonies of #900532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900532

Black with #900532

Text Example


Text Example

White with #900532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900532; }

 p { color: rgb(144,5,50); }

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

background-color css

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

 a { background-color: rgb(144,5,50); }

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

border-color css

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

 span { border-color: rgb(144,5,50); }

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