Html Css Color HEX #900127 Burgundy

📋 copy color: '#900127'

red 144 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #900127

Tints of Burgundy #900127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 78.26%
G = 0.54%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#900127 (or 0x900127) is known color: Burgundy. HEX triplet: 90, 01 and 27. RGB value is (144,1,39). Sum of RGB (Red+Green+Blue) = 144+1+39=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #900127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900127 is #6FFED8. Grayscale: #303030. Windows color (decimal): -7339737 or 2556304. OLE color: 2556304.

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

Color convert

RGB 144 1 39 -
CMYK 0 0.99 0.73 0.44
HSL 344.06º 0.99% 0.28% -
HSV(B) 344.06º 0.99% 0.56% -
XYZ 11.88 6.1 2.47 -
YUV 48.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 144 1 39 0 0.99 0.73 0.44 344.06 0.99 0.28
Hex 90 1 27 0 63 49 2C 158 63 1C
Octal 220 1 47 0 143 111 54 530 143 34
Binary 10010000 1 100111 0 1100011 1001001 101100 101011000 1100011 11100

Color Harmonies of #900127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900127

Black with #900127

Text Example


Text Example

White with #900127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900127; }

 p { color: rgb(144,1,39); }

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

background-color css

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

 a { background-color: rgb(144,1,39); }

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

border-color css

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

 span { border-color: rgb(144,1,39); }

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