Html Css Color HEX #900F2C Burgundy

📋 copy color: '#900F2C'

red 144 ◦ green 15 ◦ blue 44

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

Shades of Burgundy #900F2C

Tints of Burgundy #900F2C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.39%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 70.94%
G = 7.39%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#900F2C (or 0x900F2C) is known color: Burgundy. HEX triplet: 90, 0F and 2C. RGB value is (144,15,44). Sum of RGB (Red+Green+Blue) = 144+15+44=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #900F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F2C is #6FF0D3. Grayscale: #383838. Windows color (decimal): -7336148 or 2887568. OLE color: 2887568.

HSL color Cylindrical-coordinate representation of color #900F2C: hue angle of 346.51º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F2C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 44 -
CMYK 0 0.90 0.69 0.44
HSL 346.51º 0.81% 0.31% -
HSV(B) 346.51º 0.9% 0.56% -
XYZ 12.13 6.45 2.99 -
YUV 56.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 144 15 44 0 0.90 0.69 0.44 346.51 0.81 0.31
Hex 90 F 2C 0 5A 45 2C 15B 51 1F
Octal 220 17 54 0 132 105 54 533 121 37
Binary 10010000 1111 101100 0 1011010 1000101 101100 101011011 1010001 11111

Color Harmonies of #900F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F2C

Black with #900F2C

Text Example


Text Example

White with #900F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,15,44); }

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

background-color css

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

 a { background-color: rgb(144,15,44); }

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

border-color css

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

 span { border-color: rgb(144,15,44); }

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