Html Css Color HEX #980037 Burgundy

📋 copy color: '#980037'

red 152 ◦ green 0 ◦ blue 55

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

Shades of Burgundy #980037

Tints of Burgundy #980037

RGB

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

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

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

R = 73.43%
G = 0%
B = 26.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#980037 (or 0x980037) is known color: Burgundy. HEX triplet: 98, 00 and 37. RGB value is (152,0,55). Sum of RGB (Red+Green+Blue) = 152+0+55=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980037 is #67FFC8. Grayscale: #333333. Windows color (decimal): -6815689 or 3604632. OLE color: 3604632.

HSL color Cylindrical-coordinate representation of color #980037: hue angle of 338.29º 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 #980037 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 55 -
CMYK 0 1 0.64 0.40
HSL 338.29º 1% 0.3% -
HSV(B) 338.29º 1% 0.6% -
XYZ 13.64 6.95 4.24 -
YUV 51.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 152 0 55 0 1 0.64 0.40 338.29 1 0.3
Hex 98 0 37 0 64 40 28 152 64 1E
Octal 230 0 67 0 144 100 50 522 144 36
Binary 10011000 0 110111 0 1100100 1000000 101000 101010010 1100100 11110

Color Harmonies of #980037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980037

Black with #980037

Text Example


Text Example

White with #980037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980037; }

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

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

background-color css

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

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

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

border-color css

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

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

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