Html Css Color HEX #980939 Burgundy

📋 copy color: '#980939'

red 152 ◦ green 9 ◦ blue 57

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

Shades of Burgundy #980939

Tints of Burgundy #980939

RGB

 RED value IS 152 (59.77% from 255) = 69.72%

 GREEN value IS 9 (3.91% from 255) = 4.13%

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

R = 69.72%
G = 4.13%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#980939 (or 0x980939) is known color: Burgundy. HEX triplet: 98, 09 and 39. RGB value is (152,9,57). Sum of RGB (Red+Green+Blue) = 152+9+57=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #980939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980939 is #67F6C6. Grayscale: #393939. Windows color (decimal): -6813383 or 3738008. OLE color: 3738008.

HSL color Cylindrical-coordinate representation of color #980939: hue angle of 339.86º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980939 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 57 -
CMYK 0 0.94 0.62 0.40
HSL 339.86º 0.89% 0.32% -
HSV(B) 339.86º 0.94% 0.6% -
XYZ 13.79 7.17 4.53 -
YUV 57.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 152 9 57 0 0.94 0.62 0.40 339.86 0.89 0.32
Hex 98 9 39 0 5E 3E 28 154 59 20
Octal 230 11 71 0 136 76 50 524 131 40
Binary 10011000 1001 111001 0 1011110 111110 101000 101010100 1011001 100000

Color Harmonies of #980939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980939

Black with #980939

Text Example


Text Example

White with #980939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980939; }

 p { color: rgb(152,9,57); }

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

background-color css

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

 a { background-color: rgb(152,9,57); }

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

border-color css

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

 span { border-color: rgb(152,9,57); }

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