Html Css Color HEX #900239 Burgundy

📋 copy color: '#900239'

red 144 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #900239

Tints of Burgundy #900239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.08%

R = 70.94%
G = 0.99%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#900239 (or 0x900239) is known color: Burgundy. HEX triplet: 90, 02 and 39. RGB value is (144,2,57). Sum of RGB (Red+Green+Blue) = 144+2+57=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #900239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900239 is #6FFDC6. Grayscale: #323232. Windows color (decimal): -7339463 or 3736208. OLE color: 3736208.

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

Color convert

RGB 144 2 57 -
CMYK 0 0.99 0.60 0.44
HSL 336.76º 0.97% 0.29% -
HSV(B) 336.76º 0.99% 0.56% -
XYZ 12.26 6.27 4.43 -
YUV 50.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 144 2 57 0 0.99 0.60 0.44 336.76 0.97 0.29
Hex 90 2 39 0 63 3C 2C 151 61 1D
Octal 220 2 71 0 143 74 54 521 141 35
Binary 10010000 10 111001 0 1100011 111100 101100 101010001 1100001 11101

Color Harmonies of #900239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900239

Black with #900239

Text Example


Text Example

White with #900239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900239; }

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

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

background-color css

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

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

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

border-color css

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

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

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