Html Css Color HEX #980036 Burgundy

📋 copy color: '#980036'

red 152 ◦ green 0 ◦ blue 54

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

Shades of Burgundy #980036

Tints of Burgundy #980036

RGB

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

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

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

R = 73.79%
G = 0%
B = 26.21%

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

#980036 (or 0x980036) is known color: Burgundy. HEX triplet: 98, 00 and 36. RGB value is (152,0,54). Sum of RGB (Red+Green+Blue) = 152+0+54=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #980036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980036 is #67FFC9. Grayscale: #333333. Windows color (decimal): -6815690 or 3539096. OLE color: 3539096.

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

Color convert

RGB 152 0 54 -
CMYK 0 1 0.64 0.40
HSL 338.68º 1% 0.3% -
HSV(B) 338.68º 1% 0.6% -
XYZ 13.61 6.94 4.11 -
YUV 51.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 152 0 54 0 1 0.64 0.40 338.68 1 0.3
Hex 98 0 36 0 64 40 28 153 64 1E
Octal 230 0 66 0 144 100 50 523 144 36
Binary 10011000 0 110110 0 1100100 1000000 101000 101010011 1100100 11110

Color Harmonies of #980036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980036

Black with #980036

Text Example


Text Example

White with #980036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980036; }

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

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

background-color css

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

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

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

border-color css

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

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

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