Html Css Color HEX #90023F Burgundy

📋 copy color: '#90023F'

red 144 ◦ green 2 ◦ blue 63

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

Shades of Burgundy #90023F

Tints of Burgundy #90023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 68.9%
G = 0.96%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#90023F (or 0x90023F) is known color: Burgundy. HEX triplet: 90, 02 and 3F. RGB value is (144,2,63). Sum of RGB (Red+Green+Blue) = 144+2+63=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #90023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90023F is #6FFDC0. Grayscale: #333333. Windows color (decimal): -7339457 or 4129424. OLE color: 4129424.

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

Color convert

RGB 144 2 63 -
CMYK 0 0.99 0.56 0.44
HSL 334.23º 0.97% 0.29% -
HSV(B) 334.23º 0.99% 0.56% -
XYZ 12.42 6.33 5.27 -
YUV 51.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 144 2 63 0 0.99 0.56 0.44 334.23 0.97 0.29
Hex 90 2 3F 0 63 38 2C 14E 61 1D
Octal 220 2 77 0 143 70 54 516 141 35
Binary 10010000 10 111111 0 1100011 111000 101100 101001110 1100001 11101

Color Harmonies of #90023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90023F

Black with #90023F

Text Example


Text Example

White with #90023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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