Html Css Color HEX #900936 Burgundy

📋 copy color: '#900936'

red 144 ◦ green 9 ◦ blue 54

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

Shades of Burgundy #900936

Tints of Burgundy #900936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 69.57%
G = 4.35%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#900936 (or 0x900936) is known color: Burgundy. HEX triplet: 90, 09 and 36. RGB value is (144,9,54). Sum of RGB (Red+Green+Blue) = 144+9+54=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #900936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900936 is #6FF6C9. Grayscale: #363636. Windows color (decimal): -7337674 or 3541392. OLE color: 3541392.

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

Color convert

RGB 144 9 54 -
CMYK 0 0.94 0.63 0.44
HSL 340º 0.88% 0.3% -
HSV(B) 340º 0.94% 0.56% -
XYZ 12.27 6.39 4.08 -
YUV 54.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 144 9 54 0 0.94 0.63 0.44 340 0.88 0.3
Hex 90 9 36 0 5E 3F 2C 154 58 1E
Octal 220 11 66 0 136 77 54 524 130 36
Binary 10010000 1001 110110 0 1011110 111111 101100 101010100 1011000 11110

Color Harmonies of #900936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900936

Black with #900936

Text Example


Text Example

White with #900936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900936; }

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

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

background-color css

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

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

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

border-color css

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

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

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