Html Css Color HEX #900533 Burgundy

📋 copy color: '#900533'

red 144 ◦ green 5 ◦ blue 51

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

Shades of Burgundy #900533

Tints of Burgundy #900533

RGB

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

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

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

R = 72%
G = 2.5%
B = 25.5%

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

#900533 (or 0x900533) is known color: Burgundy. HEX triplet: 90, 05 and 33. RGB value is (144,5,51). Sum of RGB (Red+Green+Blue) = 144+5+51=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #900533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900533 is #6FFACC. Grayscale: #333333. Windows color (decimal): -7338701 or 3343760. OLE color: 3343760.

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

Color convert

RGB 144 5 51 -
CMYK 0 0.97 0.65 0.44
HSL 340.14º 0.93% 0.29% -
HSV(B) 340.14º 0.97% 0.56% -
XYZ 12.15 6.28 3.7 -
YUV 51.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 144 5 51 0 0.97 0.65 0.44 340.14 0.93 0.29
Hex 90 5 33 0 61 41 2C 154 5D 1D
Octal 220 5 63 0 141 101 54 524 135 35
Binary 10010000 101 110011 0 1100001 1000001 101100 101010100 1011101 11101

Color Harmonies of #900533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900533

Black with #900533

Text Example


Text Example

White with #900533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900533; }

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

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

background-color css

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

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

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

border-color css

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

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

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