Html Css Color HEX #980C3C Burgundy

📋 copy color: '#980C3C'

red 152 ◦ green 12 ◦ blue 60

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

Shades of Burgundy #980C3C

Tints of Burgundy #980C3C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

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

R = 67.86%
G = 5.36%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#980C3C (or 0x980C3C) is known color: Burgundy. HEX triplet: 98, 0C and 3C. RGB value is (152,12,60). Sum of RGB (Red+Green+Blue) = 152+12+60=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980C3C is #67F3C3. Grayscale: #3B3B3B. Windows color (decimal): -6812612 or 3935384. OLE color: 3935384.

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

Color convert

RGB 152 12 60 -
CMYK 0 0.92 0.61 0.40
HSL 339.43º 0.85% 0.32% -
HSV(B) 339.43º 0.92% 0.6% -
XYZ 13.9 7.26 4.94 -
YUV 59.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 152 12 60 0 0.92 0.61 0.40 339.43 0.85 0.32
Hex 98 C 3C 0 5C 3D 28 153 55 20
Octal 230 14 74 0 134 75 50 523 125 40
Binary 10011000 1100 111100 0 1011100 111101 101000 101010011 1010101 100000

Color Harmonies of #980C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C3C

Black with #980C3C

Text Example


Text Example

White with #980C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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