Html Css Color HEX #90032C Burgundy

📋 copy color: '#90032C'

red 144 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #90032C

Tints of Burgundy #90032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

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

R = 75.39%
G = 1.57%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90032C (or 0x90032C) is known color: Burgundy. HEX triplet: 90, 03 and 2C. RGB value is (144,3,44). Sum of RGB (Red+Green+Blue) = 144+3+44=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90032C is #6FFCD3. Grayscale: #313131. Windows color (decimal): -7339220 or 2884496. OLE color: 2884496.

HSL color Cylindrical-coordinate representation of color #90032C: hue angle of 342.55º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90032C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 44 -
CMYK 0 0.98 0.69 0.44
HSL 342.55º 0.96% 0.29% -
HSV(B) 342.55º 0.98% 0.56% -
XYZ 11.99 6.18 2.94 -
YUV 49.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 144 3 44 0 0.98 0.69 0.44 342.55 0.96 0.29
Hex 90 3 2C 0 62 45 2C 157 60 1D
Octal 220 3 54 0 142 105 54 527 140 35
Binary 10010000 11 101100 0 1100010 1000101 101100 101010111 1100000 11101

Color Harmonies of #90032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90032C

Black with #90032C

Text Example


Text Example

White with #90032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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