Html Css Color HEX #900836 Burgundy

📋 copy color: '#900836'

red 144 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #900836

Tints of Burgundy #900836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 69.9%
G = 3.88%
B = 26.21%

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

#900836 (or 0x900836) is known color: Burgundy. HEX triplet: 90, 08 and 36. RGB value is (144,8,54). Sum of RGB (Red+Green+Blue) = 144+8+54=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #900836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900836 is #6FF7C9. Grayscale: #353535. Windows color (decimal): -7337930 or 3541136. OLE color: 3541136.

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

Color convert

RGB 144 8 54 -
CMYK 0 0.94 0.63 0.44
HSL 339.71º 0.89% 0.3% -
HSV(B) 339.71º 0.94% 0.56% -
XYZ 12.25 6.37 4.07 -
YUV 53.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 144 8 54 0 0.94 0.63 0.44 339.71 0.89 0.3
Hex 90 8 36 0 5E 3F 2C 154 59 1E
Octal 220 10 66 0 136 77 54 524 131 36
Binary 10010000 1000 110110 0 1011110 111111 101100 101010100 1011001 11110

Color Harmonies of #900836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900836

Black with #900836

Text Example


Text Example

White with #900836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900836; }

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

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

background-color css

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

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

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

border-color css

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

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

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