Html Css Color HEX #90053E Burgundy

📋 copy color: '#90053E'

red 144 ◦ green 5 ◦ blue 62

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

Shades of Burgundy #90053E

Tints of Burgundy #90053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 68.25%
G = 2.37%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#90053E (or 0x90053E) is known color: Burgundy. HEX triplet: 90, 05 and 3E. RGB value is (144,5,62). Sum of RGB (Red+Green+Blue) = 144+5+62=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #90053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90053E is #6FFAC1. Grayscale: #343434. Windows color (decimal): -7338690 or 4064656. OLE color: 4064656.

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

Color convert

RGB 144 5 62 -
CMYK 0 0.97 0.57 0.44
HSL 335.4º 0.93% 0.29% -
HSV(B) 335.4º 0.97% 0.56% -
XYZ 12.43 6.39 5.14 -
YUV 53.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 144 5 62 0 0.97 0.57 0.44 335.4 0.93 0.29
Hex 90 5 3E 0 61 39 2C 14F 5D 1D
Octal 220 5 76 0 141 71 54 517 135 35
Binary 10010000 101 111110 0 1100001 111001 101100 101001111 1011101 11101

Color Harmonies of #90053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90053E

Black with #90053E

Text Example


Text Example

White with #90053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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