Html Css Color HEX #90053A Burgundy

📋 copy color: '#90053A'

red 144 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #90053A

Tints of Burgundy #90053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 69.57%
G = 2.42%
B = 28.02%

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

#90053A (or 0x90053A) is known color: Burgundy. HEX triplet: 90, 05 and 3A. RGB value is (144,5,58). Sum of RGB (Red+Green+Blue) = 144+5+58=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90053A is #6FFAC5. Grayscale: #343434. Windows color (decimal): -7338694 or 3802512. OLE color: 3802512.

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

Color convert

RGB 144 5 58 -
CMYK 0 0.97 0.60 0.44
HSL 337.12º 0.93% 0.29% -
HSV(B) 337.12º 0.97% 0.56% -
XYZ 12.32 6.34 4.58 -
YUV 52.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 144 5 58 0 0.97 0.60 0.44 337.12 0.93 0.29
Hex 90 5 3A 0 61 3C 2C 151 5D 1D
Octal 220 5 72 0 141 74 54 521 135 35
Binary 10010000 101 111010 0 1100001 111100 101100 101010001 1011101 11101

Color Harmonies of #90053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90053A

Black with #90053A

Text Example


Text Example

White with #90053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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