Html Css Color HEX #980538 Burgundy

📋 copy color: '#980538'

red 152 ◦ green 5 ◦ blue 56

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

Shades of Burgundy #980538

Tints of Burgundy #980538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

 BLUE value IS 56 (22.27% from 255) = 26.29%

R = 71.36%
G = 2.35%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#980538 (or 0x980538) is known color: Burgundy. HEX triplet: 98, 05 and 38. RGB value is (152,5,56). Sum of RGB (Red+Green+Blue) = 152+5+56=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #980538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980538 is #67FAC7. Grayscale: #363636. Windows color (decimal): -6814408 or 3671448. OLE color: 3671448.

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

Color convert

RGB 152 5 56 -
CMYK 0 0.97 0.63 0.40
HSL 339.18º 0.94% 0.31% -
HSV(B) 339.18º 0.97% 0.6% -
XYZ 13.72 7.07 4.38 -
YUV 54.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 152 5 56 0 0.97 0.63 0.40 339.18 0.94 0.31
Hex 98 5 38 0 61 3F 28 153 5E 1F
Octal 230 5 70 0 141 77 50 523 136 37
Binary 10011000 101 111000 0 1100001 111111 101000 101010011 1011110 11111

Color Harmonies of #980538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980538

Black with #980538

Text Example


Text Example

White with #980538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980538; }

 p { color: rgb(152,5,56); }

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

background-color css

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

 a { background-color: rgb(152,5,56); }

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

border-color css

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

 span { border-color: rgb(152,5,56); }

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