Html Css Color HEX #90083F Burgundy

📋 copy color: '#90083F'

red 144 ◦ green 8 ◦ blue 63

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

Shades of Burgundy #90083F

Tints of Burgundy #90083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.3%

R = 66.98%
G = 3.72%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#90083F (or 0x90083F) is known color: Burgundy. HEX triplet: 90, 08 and 3F. RGB value is (144,8,63). Sum of RGB (Red+Green+Blue) = 144+8+63=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #90083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90083F is #6FF7C0. Grayscale: #363636. Windows color (decimal): -7337921 or 4130960. OLE color: 4130960.

HSL color Cylindrical-coordinate representation of color #90083F: hue angle of 335.74º 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 #90083F is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 63 -
CMYK 0 0.94 0.56 0.44
HSL 335.74º 0.89% 0.3% -
HSV(B) 335.74º 0.94% 0.56% -
XYZ 12.49 6.46 5.29 -
YUV 54.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 144 8 63 0 0.94 0.56 0.44 335.74 0.89 0.3
Hex 90 8 3F 0 5E 38 2C 150 59 1E
Octal 220 10 77 0 136 70 54 520 131 36
Binary 10010000 1000 111111 0 1011110 111000 101100 101010000 1011001 11110

Color Harmonies of #90083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90083F

Black with #90083F

Text Example


Text Example

White with #90083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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