Html Css Color HEX #90042B Burgundy

📋 copy color: '#90042B'

red 144 ◦ green 4 ◦ blue 43

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

Shades of Burgundy #90042B

Tints of Burgundy #90042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 75.39%
G = 2.09%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#90042B (or 0x90042B) is known color: Burgundy. HEX triplet: 90, 04 and 2B. RGB value is (144,4,43). Sum of RGB (Red+Green+Blue) = 144+4+43=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90042B is #6FFBD4. Grayscale: #323232. Windows color (decimal): -7338965 or 2819216. OLE color: 2819216.

HSL color Cylindrical-coordinate representation of color #90042B: hue angle of 343.29º 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 #90042B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 43 -
CMYK 0 0.97 0.70 0.44
HSL 343.29º 0.95% 0.29% -
HSV(B) 343.29º 0.97% 0.56% -
XYZ 11.98 6.19 2.85 -
YUV 50.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 144 4 43 0 0.97 0.70 0.44 343.29 0.95 0.29
Hex 90 4 2B 0 61 46 2C 157 5F 1D
Octal 220 4 53 0 141 106 54 527 137 35
Binary 10010000 100 101011 0 1100001 1000110 101100 101010111 1011111 11101

Color Harmonies of #90042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90042B

Black with #90042B

Text Example


Text Example

White with #90042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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