Html Css Color HEX #980237 Burgundy

📋 copy color: '#980237'

red 152 ◦ green 2 ◦ blue 55

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

Shades of Burgundy #980237

Tints of Burgundy #980237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 72.73%
G = 0.96%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#980237 (or 0x980237) is known color: Burgundy. HEX triplet: 98, 02 and 37. RGB value is (152,2,55). Sum of RGB (Red+Green+Blue) = 152+2+55=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #980237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980237 is #67FDC8. Grayscale: #343434. Windows color (decimal): -6815177 or 3605144. OLE color: 3605144.

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

Color convert

RGB 152 2 55 -
CMYK 0 0.99 0.64 0.40
HSL 338.8º 0.97% 0.3% -
HSV(B) 338.8º 0.99% 0.6% -
XYZ 13.66 6.99 4.24 -
YUV 52.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 152 2 55 0 0.99 0.64 0.40 338.8 0.97 0.3
Hex 98 2 37 0 63 40 28 153 61 1E
Octal 230 2 67 0 143 100 50 523 141 36
Binary 10011000 10 110111 0 1100011 1000000 101000 101010011 1100001 11110

Color Harmonies of #980237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980237

Black with #980237

Text Example


Text Example

White with #980237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980237; }

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

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

background-color css

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

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

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

border-color css

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

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

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