Html Css Color HEX #900039 Burgundy

📋 copy color: '#900039'

red 144 ◦ green 0 ◦ blue 57

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

Shades of Burgundy #900039

Tints of Burgundy #900039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.64%
G = 0%
B = 28.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#900039 (or 0x900039) is known color: Burgundy. HEX triplet: 90, 00 and 39. RGB value is (144,0,57). Sum of RGB (Red+Green+Blue) = 144+0+57=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #900039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900039 is #6FFFC6. Grayscale: #313131. Windows color (decimal): -7339975 or 3735696. OLE color: 3735696.

HSL color Cylindrical-coordinate representation of color #900039: hue angle of 336.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900039 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 57 -
CMYK 0 1 0.60 0.44
HSL 336.25º 1% 0.28% -
HSV(B) 336.25º 1% 0.56% -
XYZ 12.24 6.22 4.43 -
YUV 49.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 144 0 57 0 1 0.60 0.44 336.25 1 0.28
Hex 90 0 39 0 64 3C 2C 150 64 1C
Octal 220 0 71 0 144 74 54 520 144 34
Binary 10010000 0 111001 0 1100100 111100 101100 101010000 1100100 11100

Color Harmonies of #900039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900039

Black with #900039

Text Example


Text Example

White with #900039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900039; }

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

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

background-color css

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

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

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

border-color css

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

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

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