Html Css Color HEX #900436 Burgundy

📋 copy color: '#900436'

red 144 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #900436

Tints of Burgundy #900436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

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

R = 71.29%
G = 1.98%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#900436 (or 0x900436) is known color: Burgundy. HEX triplet: 90, 04 and 36. RGB value is (144,4,54). Sum of RGB (Red+Green+Blue) = 144+4+54=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900436 is #6FFBC9. Grayscale: #333333. Windows color (decimal): -7338954 or 3540112. OLE color: 3540112.

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

Color convert

RGB 144 4 54 -
CMYK 0 0.97 0.63 0.44
HSL 338.57º 0.95% 0.29% -
HSV(B) 338.57º 0.97% 0.56% -
XYZ 12.21 6.28 4.06 -
YUV 51.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 144 4 54 0 0.97 0.63 0.44 338.57 0.95 0.29
Hex 90 4 36 0 61 3F 2C 153 5F 1D
Octal 220 4 66 0 141 77 54 523 137 35
Binary 10010000 100 110110 0 1100001 111111 101100 101010011 1011111 11101

Color Harmonies of #900436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900436

Black with #900436

Text Example


Text Example

White with #900436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900436; }

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

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

background-color css

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

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

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

border-color css

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

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

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