Html Css Color HEX #990339 Burgundy

📋 copy color: '#990339'

red 153 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #990339

Tints of Burgundy #990339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 71.83%
G = 1.41%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#990339 (or 0x990339) is known color: Burgundy. HEX triplet: 99, 03 and 39. RGB value is (153,3,57). Sum of RGB (Red+Green+Blue) = 153+3+57=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #990339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990339 is #66FCC6. Grayscale: #353535. Windows color (decimal): -6749383 or 3736473. OLE color: 3736473.

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

Color convert

RGB 153 3 57 -
CMYK 0 0.98 0.63 0.4
HSL 338.4º 0.96% 0.31% -
HSV(B) 338.4º 0.98% 0.6% -
XYZ 13.91 7.13 4.51 -
YUV 54.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 153 3 57 0 0.98 0.63 0.4 338.4 0.96 0.31
Hex 99 3 39 0 62 3F 28 152 60 1F
Octal 231 3 71 0 142 77 50 522 140 37
Binary 10011001 11 111001 0 1100010 111111 101000 101010010 1100000 11111

Color Harmonies of #990339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990339

Black with #990339

Text Example


Text Example

White with #990339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990339; }

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

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

background-color css

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

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

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

border-color css

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

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

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