Html Css Color HEX #90083E Burgundy

📋 copy color: '#90083E'

red 144 ◦ green 8 ◦ blue 62

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

Shades of Burgundy #90083E

Tints of Burgundy #90083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

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

R = 67.29%
G = 3.74%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#90083E (or 0x90083E) is known color: Burgundy. HEX triplet: 90, 08 and 3E. RGB value is (144,8,62). Sum of RGB (Red+Green+Blue) = 144+8+62=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #90083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90083E is #6FF7C1. Grayscale: #363636. Windows color (decimal): -7337922 or 4065424. OLE color: 4065424.

HSL color Cylindrical-coordinate representation of color #90083E: hue angle of 336.18º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90083E is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 62 -
CMYK 0 0.94 0.57 0.44
HSL 336.18º 0.89% 0.3% -
HSV(B) 336.18º 0.94% 0.56% -
XYZ 12.46 6.45 5.15 -
YUV 54.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 144 8 62 0 0.94 0.57 0.44 336.18 0.89 0.3
Hex 90 8 3E 0 5E 39 2C 150 59 1E
Octal 220 10 76 0 136 71 54 520 131 36
Binary 10010000 1000 111110 0 1011110 111001 101100 101010000 1011001 11110

Color Harmonies of #90083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90083E

Black with #90083E

Text Example


Text Example

White with #90083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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