Html Css Color HEX #901033 Burgundy

📋 copy color: '#901033'

red 144 ◦ green 16 ◦ blue 51

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

Shades of Burgundy #901033

Tints of Burgundy #901033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 68.25%
G = 7.58%
B = 24.17%

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

#901033 (or 0x901033) is known color: Burgundy. HEX triplet: 90, 10 and 33. RGB value is (144,16,51). Sum of RGB (Red+Green+Blue) = 144+16+51=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #901033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901033 is #6FEFCC. Grayscale: #3A3A3A. Windows color (decimal): -7335885 or 3346576. OLE color: 3346576.

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

Color convert

RGB 144 16 51 -
CMYK 0 0.89 0.65 0.44
HSL 343.59º 0.8% 0.31% -
HSV(B) 343.59º 0.89% 0.56% -
XYZ 12.28 6.54 3.75 -
YUV 58.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 144 16 51 0 0.89 0.65 0.44 343.59 0.8 0.31
Hex 90 10 33 0 59 41 2C 158 50 1F
Octal 220 20 63 0 131 101 54 530 120 37
Binary 10010000 10000 110011 0 1011001 1000001 101100 101011000 1010000 11111

Color Harmonies of #901033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901033

Black with #901033

Text Example


Text Example

White with #901033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901033; }

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

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

background-color css

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

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

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

border-color css

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

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

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