Html Css Color HEX #980A39 Burgundy

📋 copy color: '#980A39'

red 152 ◦ green 10 ◦ blue 57

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

Shades of Burgundy #980A39

Tints of Burgundy #980A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 69.41%
G = 4.57%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#980A39 (or 0x980A39) is known color: Burgundy. HEX triplet: 98, 0A and 39. RGB value is (152,10,57). Sum of RGB (Red+Green+Blue) = 152+10+57=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #980A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A39 is #67F5C6. Grayscale: #393939. Windows color (decimal): -6813127 or 3738264. OLE color: 3738264.

HSL color Cylindrical-coordinate representation of color #980A39: hue angle of 340.14º degrees, saturation: 0.88, 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 #980A39 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 57 -
CMYK 0 0.93 0.62 0.40
HSL 340.14º 0.88% 0.32% -
HSV(B) 340.14º 0.93% 0.6% -
XYZ 13.8 7.19 4.53 -
YUV 57.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 152 10 57 0 0.93 0.62 0.40 340.14 0.88 0.32
Hex 98 A 39 0 5D 3E 28 154 58 20
Octal 230 12 71 0 135 76 50 524 130 40
Binary 10011000 1010 111001 0 1011101 111110 101000 101010100 1011000 100000

Color Harmonies of #980A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A39

Black with #980A39

Text Example


Text Example

White with #980A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,10,57); }

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

background-color css

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

 a { background-color: rgb(152,10,57); }

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

border-color css

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

 span { border-color: rgb(152,10,57); }

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