Html Css Color HEX #980839 Burgundy

📋 copy color: '#980839'

red 152 ◦ green 8 ◦ blue 57

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

Shades of Burgundy #980839

Tints of Burgundy #980839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 70.05%
G = 3.69%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#980839 (or 0x980839) is known color: Burgundy. HEX triplet: 98, 08 and 39. RGB value is (152,8,57). Sum of RGB (Red+Green+Blue) = 152+8+57=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #980839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980839 is #67F7C6. Grayscale: #383838. Windows color (decimal): -6813639 or 3737752. OLE color: 3737752.

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

Color convert

RGB 152 8 57 -
CMYK 0 0.95 0.62 0.40
HSL 339.58º 0.9% 0.31% -
HSV(B) 339.58º 0.95% 0.6% -
XYZ 13.77 7.14 4.52 -
YUV 56.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 152 8 57 0 0.95 0.62 0.40 339.58 0.9 0.31
Hex 98 8 39 0 5F 3E 28 154 5A 1F
Octal 230 10 71 0 137 76 50 524 132 37
Binary 10011000 1000 111001 0 1011111 111110 101000 101010100 1011010 11111

Color Harmonies of #980839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980839

Black with #980839

Text Example


Text Example

White with #980839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980839; }

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

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

background-color css

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

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

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

border-color css

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

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

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