Html Css Color HEX #90013A Burgundy

📋 copy color: '#90013A'

red 144 ◦ green 1 ◦ blue 58

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

Shades of Burgundy #90013A

Tints of Burgundy #90013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 70.94%
G = 0.49%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#90013A (or 0x90013A) is known color: Burgundy. HEX triplet: 90, 01 and 3A. RGB value is (144,1,58). Sum of RGB (Red+Green+Blue) = 144+1+58=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #90013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90013A is #6FFEC5. Grayscale: #323232. Windows color (decimal): -7339718 or 3801488. OLE color: 3801488.

HSL color Cylindrical-coordinate representation of color #90013A: hue angle of 336.08º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90013A is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 1 58 -
CMYK 0 0.99 0.60 0.44
HSL 336.08º 0.99% 0.28% -
HSV(B) 336.08º 0.99% 0.56% -
XYZ 12.28 6.26 4.56 -
YUV 50.26 132.38 194.87 -
System Red Green Blue C M Y K H S L
Decimal 144 1 58 0 0.99 0.60 0.44 336.08 0.99 0.28
Hex 90 1 3A 0 63 3C 2C 150 63 1C
Octal 220 1 72 0 143 74 54 520 143 34
Binary 10010000 1 111010 0 1100011 111100 101100 101010000 1100011 11100

Color Harmonies of #90013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90013A

Black with #90013A

Text Example


Text Example

White with #90013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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