Html Css Color HEX #980239 Burgundy

📋 copy color: '#980239'

red 152 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #980239

Tints of Burgundy #980239

RGB

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

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

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

R = 72.04%
G = 0.95%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#980239 (or 0x980239) is known color: Burgundy. HEX triplet: 98, 02 and 39. RGB value is (152,2,57). Sum of RGB (Red+Green+Blue) = 152+2+57=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #980239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980239 is #67FDC6. Grayscale: #353535. Windows color (decimal): -6815175 or 3736216. OLE color: 3736216.

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

Color convert

RGB 152 2 57 -
CMYK 0 0.99 0.62 0.40
HSL 338º 0.97% 0.3% -
HSV(B) 338º 0.99% 0.6% -
XYZ 13.71 7.01 4.5 -
YUV 53.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 152 2 57 0 0.99 0.62 0.40 338 0.97 0.3
Hex 98 2 39 0 63 3E 28 152 61 1E
Octal 230 2 71 0 143 76 50 522 141 36
Binary 10011000 10 111001 0 1100011 111110 101000 101010010 1100001 11110

Color Harmonies of #980239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980239

Black with #980239

Text Example


Text Example

White with #980239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980239; }

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

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

background-color css

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

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

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

border-color css

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

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

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