Html Css Color HEX #90012C Burgundy

📋 copy color: '#90012C'

red 144 ◦ green 1 ◦ blue 44

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

Shades of Burgundy #90012C

Tints of Burgundy #90012C

RGB

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

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

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

R = 76.19%
G = 0.53%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90012C (or 0x90012C) is known color: Burgundy. HEX triplet: 90, 01 and 2C. RGB value is (144,1,44). Sum of RGB (Red+Green+Blue) = 144+1+44=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #90012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90012C is #6FFED3. Grayscale: #303030. Windows color (decimal): -7339732 or 2883984. OLE color: 2883984.

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

Color convert

RGB 144 1 44 -
CMYK 0 0.99 0.69 0.44
HSL 341.96º 0.99% 0.28% -
HSV(B) 341.96º 0.99% 0.56% -
XYZ 11.97 6.13 2.94 -
YUV 48.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 144 1 44 0 0.99 0.69 0.44 341.96 0.99 0.28
Hex 90 1 2C 0 63 45 2C 156 63 1C
Octal 220 1 54 0 143 105 54 526 143 34
Binary 10010000 1 101100 0 1100011 1000101 101100 101010110 1100011 11100

Color Harmonies of #90012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90012C

Black with #90012C

Text Example


Text Example

White with #90012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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