Html Css Color HEX #980039 Burgundy

📋 copy color: '#980039'

red 152 ◦ green 0 ◦ blue 57

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

Shades of Burgundy #980039

Tints of Burgundy #980039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#980039 (or 0x980039) is known color: Burgundy. HEX triplet: 98, 00 and 39. RGB value is (152,0,57). Sum of RGB (Red+Green+Blue) = 152+0+57=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #980039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980039 is #67FFC6. Grayscale: #333333. Windows color (decimal): -6815687 or 3735704. OLE color: 3735704.

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

Color convert

RGB 152 0 57 -
CMYK 0 1 0.62 0.40
HSL 337.5º 1% 0.3% -
HSV(B) 337.5º 1% 0.6% -
XYZ 13.69 6.97 4.49 -
YUV 51.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 152 0 57 0 1 0.62 0.40 337.5 1 0.3
Hex 98 0 39 0 64 3E 28 152 64 1E
Octal 230 0 71 0 144 76 50 522 144 36
Binary 10011000 0 111001 0 1100100 111110 101000 101010010 1100100 11110

Color Harmonies of #980039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980039

Black with #980039

Text Example


Text Example

White with #980039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980039; }

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

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

background-color css

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

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

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

border-color css

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

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

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