Html Css Color HEX #900A39 Burgundy

📋 copy color: '#900A39'

red 144 ◦ green 10 ◦ blue 57

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

Shades of Burgundy #900A39

Tints of Burgundy #900A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

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

R = 68.25%
G = 4.74%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#900A39 (or 0x900A39) is known color: Burgundy. HEX triplet: 90, 0A and 39. RGB value is (144,10,57). Sum of RGB (Red+Green+Blue) = 144+10+57=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #900A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A39 is #6FF5C6. Grayscale: #373737. Windows color (decimal): -7337415 or 3738256. OLE color: 3738256.

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

Color convert

RGB 144 10 57 -
CMYK 0 0.93 0.60 0.44
HSL 338.96º 0.87% 0.3% -
HSV(B) 338.96º 0.93% 0.56% -
XYZ 12.35 6.44 4.46 -
YUV 55.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 144 10 57 0 0.93 0.60 0.44 338.96 0.87 0.3
Hex 90 A 39 0 5D 3C 2C 153 57 1E
Octal 220 12 71 0 135 74 54 523 127 36
Binary 10010000 1010 111001 0 1011101 111100 101100 101010011 1010111 11110

Color Harmonies of #900A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A39

Black with #900A39

Text Example


Text Example

White with #900A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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