Html Css Color HEX #980637 Burgundy

📋 copy color: '#980637'

red 152 ◦ green 6 ◦ blue 55

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

Shades of Burgundy #980637

Tints of Burgundy #980637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 71.36%
G = 2.82%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#980637 (or 0x980637) is known color: Burgundy. HEX triplet: 98, 06 and 37. RGB value is (152,6,55). Sum of RGB (Red+Green+Blue) = 152+6+55=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #980637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980637 is #67F9C8. Grayscale: #373737. Windows color (decimal): -6814153 or 3606168. OLE color: 3606168.

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

Color convert

RGB 152 6 55 -
CMYK 0 0.96 0.64 0.40
HSL 339.86º 0.92% 0.31% -
HSV(B) 339.86º 0.96% 0.6% -
XYZ 13.7 7.08 4.26 -
YUV 55.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 152 6 55 0 0.96 0.64 0.40 339.86 0.92 0.31
Hex 98 6 37 0 60 40 28 154 5C 1F
Octal 230 6 67 0 140 100 50 524 134 37
Binary 10011000 110 110111 0 1100000 1000000 101000 101010100 1011100 11111

Color Harmonies of #980637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980637

Black with #980637

Text Example


Text Example

White with #980637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980637; }

 p { color: rgb(152,6,55); }

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

background-color css

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

 a { background-color: rgb(152,6,55); }

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

border-color css

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

 span { border-color: rgb(152,6,55); }

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