Html Css Color HEX #990239 Burgundy

📋 copy color: '#990239'

red 153 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #990239

Tints of Burgundy #990239

RGB

 RED value IS 153 (60.16% from 255) = 72.17%

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

 BLUE value IS 57 (22.66% from 255) = 26.89%

R = 72.17%
G = 0.94%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#990239 (or 0x990239) is known color: Burgundy. HEX triplet: 99, 02 and 39. RGB value is (153,2,57). Sum of RGB (Red+Green+Blue) = 153+2+57=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #990239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990239 is #66FDC6. Grayscale: #353535. Windows color (decimal): -6749639 or 3736217. OLE color: 3736217.

HSL color Cylindrical-coordinate representation of color #990239: hue angle of 338.15º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990239 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 57 -
CMYK 0 0.99 0.63 0.4
HSL 338.15º 0.97% 0.3% -
HSV(B) 338.15º 0.99% 0.6% -
XYZ 13.9 7.11 4.51 -
YUV 53.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 153 2 57 0 0.99 0.63 0.4 338.15 0.97 0.3
Hex 99 2 39 0 63 3F 28 152 61 1E
Octal 231 2 71 0 143 77 50 522 141 36
Binary 10011001 10 111001 0 1100011 111111 101000 101010010 1100001 11110

Color Harmonies of #990239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990239

Black with #990239

Text Example


Text Example

White with #990239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990239; }

 p { color: rgb(153,2,57); }

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

background-color css

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

 a { background-color: rgb(153,2,57); }

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

border-color css

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

 span { border-color: rgb(153,2,57); }

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