Html Css Color HEX #900933 Burgundy

📋 copy color: '#900933'

red 144 ◦ green 9 ◦ blue 51

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

Shades of Burgundy #900933

Tints of Burgundy #900933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

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

R = 70.59%
G = 4.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#900933 (or 0x900933) is known color: Burgundy. HEX triplet: 90, 09 and 33. RGB value is (144,9,51). Sum of RGB (Red+Green+Blue) = 144+9+51=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #900933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900933 is #6FF6CC. Grayscale: #363636. Windows color (decimal): -7337677 or 3344784. OLE color: 3344784.

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

Color convert

RGB 144 9 51 -
CMYK 0 0.94 0.65 0.44
HSL 341.33º 0.88% 0.3% -
HSV(B) 341.33º 0.94% 0.56% -
XYZ 12.2 6.36 3.72 -
YUV 54.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 144 9 51 0 0.94 0.65 0.44 341.33 0.88 0.3
Hex 90 9 33 0 5E 41 2C 155 58 1E
Octal 220 11 63 0 136 101 54 525 130 36
Binary 10010000 1001 110011 0 1011110 1000001 101100 101010101 1011000 11110

Color Harmonies of #900933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900933

Black with #900933

Text Example


Text Example

White with #900933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900933; }

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

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

background-color css

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

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

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

border-color css

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

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

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