Html Css Color HEX #90013E Burgundy

📋 copy color: '#90013E'

red 144 ◦ green 1 ◦ blue 62

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

Shades of Burgundy #90013E

Tints of Burgundy #90013E

RGB

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

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

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

R = 69.57%
G = 0.48%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#90013E (or 0x90013E) is known color: Burgundy. HEX triplet: 90, 01 and 3E. RGB value is (144,1,62). Sum of RGB (Red+Green+Blue) = 144+1+62=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90013E is #6FFEC1. Grayscale: #323232. Windows color (decimal): -7339714 or 4063632. OLE color: 4063632.

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

Color convert

RGB 144 1 62 -
CMYK 0 0.99 0.57 0.44
HSL 334.41º 0.99% 0.28% -
HSV(B) 334.41º 0.99% 0.56% -
XYZ 12.38 6.3 5.12 -
YUV 50.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 144 1 62 0 0.99 0.57 0.44 334.41 0.99 0.28
Hex 90 1 3E 0 63 39 2C 14E 63 1C
Octal 220 1 76 0 143 71 54 516 143 34
Binary 10010000 1 111110 0 1100011 111001 101100 101001110 1100011 11100

Color Harmonies of #90013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90013E

Black with #90013E

Text Example


Text Example

White with #90013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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