Html Css Color HEX #980436 Burgundy

📋 copy color: '#980436'

red 152 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #980436

Tints of Burgundy #980436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 72.38%
G = 1.9%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#980436 (or 0x980436) is known color: Burgundy. HEX triplet: 98, 04 and 36. RGB value is (152,4,54). Sum of RGB (Red+Green+Blue) = 152+4+54=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #980436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980436 is #67FBC9. Grayscale: #353535. Windows color (decimal): -6814666 or 3540120. OLE color: 3540120.

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

Color convert

RGB 152 4 54 -
CMYK 0 0.97 0.64 0.40
HSL 339.73º 0.95% 0.31% -
HSV(B) 339.73º 0.97% 0.6% -
XYZ 13.66 7.03 4.13 -
YUV 53.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 152 4 54 0 0.97 0.64 0.40 339.73 0.95 0.31
Hex 98 4 36 0 61 40 28 154 5F 1F
Octal 230 4 66 0 141 100 50 524 137 37
Binary 10011000 100 110110 0 1100001 1000000 101000 101010100 1011111 11111

Color Harmonies of #980436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980436

Black with #980436

Text Example


Text Example

White with #980436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980436; }

 p { color: rgb(152,4,54); }

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

background-color css

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

 a { background-color: rgb(152,4,54); }

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

border-color css

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

 span { border-color: rgb(152,4,54); }

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