Html Css Color HEX #980A3C Burgundy

📋 copy color: '#980A3C'

red 152 ◦ green 10 ◦ blue 60

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

Shades of Burgundy #980A3C

Tints of Burgundy #980A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 68.47%
G = 4.5%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#980A3C (or 0x980A3C) is known color: Burgundy. HEX triplet: 98, 0A and 3C. RGB value is (152,10,60). Sum of RGB (Red+Green+Blue) = 152+10+60=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #980A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A3C is #67F5C3. Grayscale: #3A3A3A. Windows color (decimal): -6813124 or 3934872. OLE color: 3934872.

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

Color convert

RGB 152 10 60 -
CMYK 0 0.93 0.61 0.40
HSL 338.87º 0.88% 0.32% -
HSV(B) 338.87º 0.93% 0.6% -
XYZ 13.87 7.22 4.94 -
YUV 58.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 152 10 60 0 0.93 0.61 0.40 338.87 0.88 0.32
Hex 98 A 3C 0 5D 3D 28 153 58 20
Octal 230 12 74 0 135 75 50 523 130 40
Binary 10011000 1010 111100 0 1011101 111101 101000 101010011 1011000 100000

Color Harmonies of #980A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A3C

Black with #980A3C

Text Example


Text Example

White with #980A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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