Html Css Color HEX #90083D Burgundy

📋 copy color: '#90083D'

red 144 ◦ green 8 ◦ blue 61

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

Shades of Burgundy #90083D

Tints of Burgundy #90083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.64%

R = 67.61%
G = 3.76%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#90083D (or 0x90083D) is known color: Burgundy. HEX triplet: 90, 08 and 3D. RGB value is (144,8,61). Sum of RGB (Red+Green+Blue) = 144+8+61=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #90083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90083D is #6FF7C2. Grayscale: #363636. Windows color (decimal): -7337923 or 3999888. OLE color: 3999888.

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

Color convert

RGB 144 8 61 -
CMYK 0 0.94 0.58 0.44
HSL 336.62º 0.89% 0.3% -
HSV(B) 336.62º 0.94% 0.56% -
XYZ 12.43 6.44 5 -
YUV 54.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 144 8 61 0 0.94 0.58 0.44 336.62 0.89 0.3
Hex 90 8 3D 0 5E 3A 2C 151 59 1E
Octal 220 10 75 0 136 72 54 521 131 36
Binary 10010000 1000 111101 0 1011110 111010 101100 101010001 1011001 11110

Color Harmonies of #90083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90083D

Black with #90083D

Text Example


Text Example

White with #90083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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