Html Css Color HEX #90043A Burgundy

📋 copy color: '#90043A'

red 144 ◦ green 4 ◦ blue 58

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

Shades of Burgundy #90043A

Tints of Burgundy #90043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 69.9%
G = 1.94%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#90043A (or 0x90043A) is known color: Burgundy. HEX triplet: 90, 04 and 3A. RGB value is (144,4,58). Sum of RGB (Red+Green+Blue) = 144+4+58=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #90043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90043A is #6FFBC5. Grayscale: #333333. Windows color (decimal): -7338950 or 3802256. OLE color: 3802256.

HSL color Cylindrical-coordinate representation of color #90043A: hue angle of 336.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 #90043A is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 58 -
CMYK 0 0.97 0.60 0.44
HSL 336.86º 0.95% 0.29% -
HSV(B) 336.86º 0.97% 0.56% -
XYZ 12.31 6.32 4.57 -
YUV 52.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 144 4 58 0 0.97 0.60 0.44 336.86 0.95 0.29
Hex 90 4 3A 0 61 3C 2C 151 5F 1D
Octal 220 4 72 0 141 74 54 521 137 35
Binary 10010000 100 111010 0 1100001 111100 101100 101010001 1011111 11101

Color Harmonies of #90043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90043A

Black with #90043A

Text Example


Text Example

White with #90043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90043A; }

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

 H1.HeaderClassName
 {
   color: #90043A;
 }
 .AnyTagClassName
 {
   color: #90043A;
 }
</style>

background-color css

<style>
 a { background-color: #90043A; }

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

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

border-color css

<style>
 span { border-color: #90043A; }

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

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