Html Css Color HEX #980236 Burgundy

📋 copy color: '#980236'

red 152 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #980236

Tints of Burgundy #980236

RGB

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

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

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

R = 73.08%
G = 0.96%
B = 25.96%

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

#980236 (or 0x980236) is known color: Burgundy. HEX triplet: 98, 02 and 36. RGB value is (152,2,54). Sum of RGB (Red+Green+Blue) = 152+2+54=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #980236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980236 is #67FDC9. Grayscale: #343434. Windows color (decimal): -6815178 or 3539608. OLE color: 3539608.

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

Color convert

RGB 152 2 54 -
CMYK 0 0.99 0.64 0.40
HSL 339.2º 0.97% 0.3% -
HSV(B) 339.2º 0.99% 0.6% -
XYZ 13.64 6.99 4.12 -
YUV 52.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 152 2 54 0 0.99 0.64 0.40 339.2 0.97 0.3
Hex 98 2 36 0 63 40 28 153 61 1E
Octal 230 2 66 0 143 100 50 523 141 36
Binary 10011000 10 110110 0 1100011 1000000 101000 101010011 1100001 11110

Color Harmonies of #980236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980236

Black with #980236

Text Example


Text Example

White with #980236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980236; }

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

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

background-color css

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

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

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

border-color css

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

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

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