Html Css Color HEX #980B38 Burgundy

📋 copy color: '#980B38'

red 152 ◦ green 11 ◦ blue 56

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

Shades of Burgundy #980B38

Tints of Burgundy #980B38

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.02%

 BLUE value IS 56 (22.27% from 255) = 25.57%

R = 69.41%
G = 5.02%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#980B38 (or 0x980B38) is known color: Burgundy. HEX triplet: 98, 0B and 38. RGB value is (152,11,56). Sum of RGB (Red+Green+Blue) = 152+11+56=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #980B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B38 is #67F4C7. Grayscale: #3A3A3A. Windows color (decimal): -6812872 or 3672984. OLE color: 3672984.

HSL color Cylindrical-coordinate representation of color #980B38: hue angle of 340.85º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B38 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 11 56 -
CMYK 0 0.93 0.63 0.40
HSL 340.85º 0.87% 0.32% -
HSV(B) 340.85º 0.93% 0.6% -
XYZ 13.78 7.2 4.4 -
YUV 58.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 152 11 56 0 0.93 0.63 0.40 340.85 0.87 0.32
Hex 98 B 38 0 5D 3F 28 155 57 20
Octal 230 13 70 0 135 77 50 525 127 40
Binary 10011000 1011 111000 0 1011101 111111 101000 101010101 1010111 100000

Color Harmonies of #980B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B38

Black with #980B38

Text Example


Text Example

White with #980B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980B38; }

 p { color: rgb(152,11,56); }

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

background-color css

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

 a { background-color: rgb(152,11,56); }

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

border-color css

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

 span { border-color: rgb(152,11,56); }

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