Html Css Color HEX #980636 Burgundy

📋 copy color: '#980636'

red 152 ◦ green 6 ◦ blue 54

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

Shades of Burgundy #980636

Tints of Burgundy #980636

RGB

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

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

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

R = 71.7%
G = 2.83%
B = 25.47%

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

#980636 (or 0x980636) is known color: Burgundy. HEX triplet: 98, 06 and 36. RGB value is (152,6,54). Sum of RGB (Red+Green+Blue) = 152+6+54=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #980636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980636 is #67F9C9. Grayscale: #373737. Windows color (decimal): -6814154 or 3540632. OLE color: 3540632.

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

Color convert

RGB 152 6 54 -
CMYK 0 0.96 0.64 0.40
HSL 340.27º 0.92% 0.31% -
HSV(B) 340.27º 0.96% 0.6% -
XYZ 13.68 7.07 4.13 -
YUV 55.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 152 6 54 0 0.96 0.64 0.40 340.27 0.92 0.31
Hex 98 6 36 0 60 40 28 154 5C 1F
Octal 230 6 66 0 140 100 50 524 134 37
Binary 10011000 110 110110 0 1100000 1000000 101000 101010100 1011100 11111

Color Harmonies of #980636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980636

Black with #980636

Text Example


Text Example

White with #980636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980636; }

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

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

background-color css

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

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

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

border-color css

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

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

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