Html Css Color HEX #901032 Burgundy

📋 copy color: '#901032'

red 144 ◦ green 16 ◦ blue 50

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

Shades of Burgundy #901032

Tints of Burgundy #901032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 68.57%
G = 7.62%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#901032 (or 0x901032) is known color: Burgundy. HEX triplet: 90, 10 and 32. RGB value is (144,16,50). Sum of RGB (Red+Green+Blue) = 144+16+50=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #901032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901032 is #6FEFCD. Grayscale: #3A3A3A. Windows color (decimal): -7335886 or 3281040. OLE color: 3281040.

HSL color Cylindrical-coordinate representation of color #901032: hue angle of 344.06º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901032 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 50 -
CMYK 0 0.89 0.65 0.44
HSL 344.06º 0.8% 0.31% -
HSV(B) 344.06º 0.89% 0.56% -
XYZ 12.26 6.53 3.63 -
YUV 58.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 144 16 50 0 0.89 0.65 0.44 344.06 0.8 0.31
Hex 90 10 32 0 59 41 2C 158 50 1F
Octal 220 20 62 0 131 101 54 530 120 37
Binary 10010000 10000 110010 0 1011001 1000001 101100 101011000 1010000 11111

Color Harmonies of #901032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901032

Black with #901032

Text Example


Text Example

White with #901032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901032; }

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

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

background-color css

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

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

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

border-color css

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

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

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