Html Css Color HEX #90042C Burgundy

📋 copy color: '#90042C'

red 144 ◦ green 4 ◦ blue 44

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

Shades of Burgundy #90042C

Tints of Burgundy #90042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

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

R = 75%
G = 2.08%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90042C (or 0x90042C) is known color: Burgundy. HEX triplet: 90, 04 and 2C. RGB value is (144,4,44). Sum of RGB (Red+Green+Blue) = 144+4+44=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #90042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90042C is #6FFBD3. Grayscale: #323232. Windows color (decimal): -7338964 or 2884752. OLE color: 2884752.

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

Color convert

RGB 144 4 44 -
CMYK 0 0.97 0.69 0.44
HSL 342.86º 0.95% 0.29% -
HSV(B) 342.86º 0.97% 0.56% -
XYZ 12 6.2 2.95 -
YUV 50.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 144 4 44 0 0.97 0.69 0.44 342.86 0.95 0.29
Hex 90 4 2C 0 61 45 2C 157 5F 1D
Octal 220 4 54 0 141 105 54 527 137 35
Binary 10010000 100 101100 0 1100001 1000101 101100 101010111 1011111 11101

Color Harmonies of #90042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90042C

Black with #90042C

Text Example


Text Example

White with #90042C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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