Html Css Color HEX #900236 Burgundy

📋 copy color: '#900236'

red 144 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #900236

Tints of Burgundy #900236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 72%
G = 1%
B = 27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#900236 (or 0x900236) is known color: Burgundy. HEX triplet: 90, 02 and 36. RGB value is (144,2,54). Sum of RGB (Red+Green+Blue) = 144+2+54=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #900236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900236 is #6FFDC9. Grayscale: #323232. Windows color (decimal): -7339466 or 3539600. OLE color: 3539600.

HSL color Cylindrical-coordinate representation of color #900236: hue angle of 338.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900236 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 54 -
CMYK 0 0.99 0.63 0.44
HSL 338.03º 0.97% 0.29% -
HSV(B) 338.03º 0.99% 0.56% -
XYZ 12.19 6.24 4.05 -
YUV 50.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 144 2 54 0 0.99 0.63 0.44 338.03 0.97 0.29
Hex 90 2 36 0 63 3F 2C 152 61 1D
Octal 220 2 66 0 143 77 54 522 141 35
Binary 10010000 10 110110 0 1100011 111111 101100 101010010 1100001 11101

Color Harmonies of #900236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900236

Black with #900236

Text Example


Text Example

White with #900236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900236; }

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

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

background-color css

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

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

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

border-color css

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

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

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